Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2968c3c1 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix padding for AndroidBeam layout

- make it standard

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: If4443beea744bd8d1ddb79df6ed48bd95b58fad4
parent ef178541
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -15,10 +15,11 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:paddingStart="6dip"
    android:paddingEnd="6dip"
    android:layout_width="match_parent" android:layout_height="wrap_content"
    android:scrollbars="vertical" >
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scrollbars="vertical"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">

    <ScrollView
        android:layout_width="match_parent"