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

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

Merge "Modified padding and margin space" into ub-contactsdialer-a-dev

parents 6d84a8dc 0d87d124
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -27,7 +27,12 @@
    <TextView android:id="@+id/text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="15dip"
        android:layout_marginLeft="16dip"
        android:layout_marginRight="16dip"
        android:paddingTop="15dip"
        android:paddingBottom="15dip"
        android:paddingLeft="10dip"
        android:paddingRight="10dip"
        android:textAppearance="?android:attr/textAppearanceMedium"/>

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

    <View