Skip to content

Commit 415393f

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Update for bug #17521147 Settings activity looks terrible on Volantis" into lmp-dev
2 parents da64907 + a616367 commit 415393f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

core/res/res/layout/preference_header_item_material.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
android:layout_width="wrap_content"
4646
android:layout_height="wrap_content"
4747
android:singleLine="true"
48-
android:textAppearance="?android:attr/textAppearanceMedium"
48+
android:textAppearance="?android:attr/textAppearanceListItem"
4949
android:ellipsize="marquee"
5050
android:fadingEdge="horizontal" />
5151

@@ -54,7 +54,7 @@
5454
android:layout_height="wrap_content"
5555
android:layout_below="@android:id/title"
5656
android:layout_alignStart="@android:id/title"
57-
android:textAppearance="?android:attr/textAppearanceSmall"
57+
android:textAppearance="?android:attr/textAppearanceListItemSecondary"
5858
android:ellipsize="end"
5959
android:maxLines="2" />
6060

core/res/res/layout/preference_list_content_material.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
android:drawSelectorOnTop="false"
4949
android:cacheColorHint="@color/transparent"
5050
android:listPreferredItemHeight="48dp"
51-
android:scrollbarAlwaysDrawVerticalTrack="true" />
51+
android:scrollbarAlwaysDrawVerticalTrack="true"
52+
android:divider="@null" />
5253

5354
<FrameLayout android:id="@+id/list_footer"
5455
android:layout_width="match_parent"

0 commit comments

Comments
 (0)