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

Commit 972070e2 authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Change padding in account selection dialog (1/2)" into ub-contactsdialer-a-dev

parents 3f3621bd adb7c543
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -27,12 +27,10 @@
    <TextView android:id="@+id/text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginLeft="16dip"
        android:layout_marginRight="16dip"
        android:layout_marginLeft="24dip"
        android:layout_marginStart="24dip"
        android:paddingTop="15dip"
        android:paddingBottom="15dip"
        android:paddingLeft="10dip"
        android:paddingRight="10dip"
        android:textAppearance="?android:attr/textAppearanceMedium"/>

    <View
@@ -44,7 +42,8 @@
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:layout_weight="1"
        android:layout_marginLeft="16dip"
        android:layout_marginLeft="8dip"
        android:layout_marginStart="8dip"
        android:fadingEdge="none"/>

    <View