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

Commit 2cf17ed7 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Change margins and font size for preference_child style. Missed in previous checkin."

parents 21223331 2f63c4ef
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -22,10 +22,14 @@
    android:gravity="center_vertical"
    android:paddingRight="?android:attr/scrollbarSize">

    <View
        android:layout_width="@dimen/preference_widget_width"
        android:layout_height="match_parent" />

    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="20dip"
        android:layout_marginLeft="16dip"
        android:layout_marginRight="6dip"
        android:layout_marginTop="6dip"
        android:layout_marginBottom="6dip"
@@ -35,7 +39,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:textAppearance="?android:attr/textAppearanceLarge"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal" />
            
@@ -45,8 +49,8 @@
            android:layout_below="@android:id/title"
            android:layout_alignLeft="@android:id/title"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:maxLines="2"
            android:textColor="?android:attr/textColorSecondary" />
            android:textColor="?android:attr/textColorSecondary"
            android:maxLines="4" />

    </RelativeLayout>