diff options
| author | 2014-09-29 11:31:30 -0700 | |
|---|---|---|
| committer | 2014-09-29 11:31:30 -0700 | |
| commit | c8241c12c4fb81a0190a2f4ad589170f5e66a3b6 (patch) | |
| tree | 7f787739fc0175703adeecde45a484e4aa0a5f90 | |
| parent | f7c4509ffbbe6b1849c3ea61edac8d1d23906eaa (diff) | |
Update alert dialog message text style, list divider opacity
BUG: 17627843
BUG: 17694759
Change-Id: I9c5d08c8dd48b43a2485cc6fd213ef00bdeac8a4
| -rw-r--r-- | core/res/res/drawable/list_divider_material.xml | 2 | ||||
| -rw-r--r-- | core/res/res/drawable/list_section_divider_material.xml | 3 | ||||
| -rw-r--r-- | core/res/res/layout/alert_dialog_material.xml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/drawable/list_divider_material.xml b/core/res/res/drawable/list_divider_material.xml index 7ff212ac3657..babb6461f2e1 100644 --- a/core/res/res/drawable/list_divider_material.xml +++ b/core/res/res/drawable/list_divider_material.xml @@ -17,4 +17,4 @@ <nine-patch xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/list_divider_mtrl_alpha" android:tint="?attr/colorForeground" - android:alpha="0.16" /> + android:alpha="0.12" /> diff --git a/core/res/res/drawable/list_section_divider_material.xml b/core/res/res/drawable/list_section_divider_material.xml index 515634e20bfd..f44c3f2d6b7f 100644 --- a/core/res/res/drawable/list_section_divider_material.xml +++ b/core/res/res/drawable/list_section_divider_material.xml @@ -16,4 +16,5 @@ <nine-patch xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/list_section_divider_mtrl_alpha" - android:tint="?attr/colorControlNormal" /> + android:tint="?attr/colorForeground" + android:alpha="0.12" /> diff --git a/core/res/res/layout/alert_dialog_material.xml b/core/res/res/layout/alert_dialog_material.xml index 54a1061bb934..545d95eebb82 100644 --- a/core/res/res/layout/alert_dialog_material.xml +++ b/core/res/res/layout/alert_dialog_material.xml @@ -66,7 +66,7 @@ android:layout_height="wrap_content" android:orientation="vertical"> <TextView android:id="@+id/message" - style="?attr/textAppearanceMedium" + style="@style/TextAppearance.Material.Subhead" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/alert_dialog_padding_material" |