Skip to content

Commit 1e6775e

Browse files
alanvAndroid (Google) Code Review
authored andcommitted
Merge "Update alert dialog message text style, list divider opacity" into lmp-dev
2 parents 0824da2 + c8241c1 commit 1e6775e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

core/res/res/drawable/list_divider_material.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:src="@drawable/list_divider_mtrl_alpha"
1919
android:tint="?attr/colorForeground"
20-
android:alpha="0.16" />
20+
android:alpha="0.12" />

core/res/res/drawable/list_section_divider_material.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616

1717
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:src="@drawable/list_section_divider_mtrl_alpha"
19-
android:tint="?attr/colorControlNormal" />
19+
android:tint="?attr/colorForeground"
20+
android:alpha="0.12" />

core/res/res/layout/alert_dialog_material.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
android:layout_height="wrap_content"
6767
android:orientation="vertical">
6868
<TextView android:id="@+id/message"
69-
style="?attr/textAppearanceMedium"
69+
style="@style/TextAppearance.Material.Subhead"
7070
android:layout_width="match_parent"
7171
android:layout_height="wrap_content"
7272
android:paddingStart="@dimen/alert_dialog_padding_material"

0 commit comments

Comments
 (0)