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

Commit c8241c12 authored by Alan Viverette's avatar Alan Viverette
Browse files

Update alert dialog message text style, list divider opacity

BUG: 17627843
BUG: 17694759
Change-Id: I9c5d08c8dd48b43a2485cc6fd213ef00bdeac8a4
parent f7c4509f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />
+2 −1
Original line number Diff line number Diff line
@@ -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" />
+1 −1
Original line number Diff line number Diff line
@@ -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"