Use the correct text for DND onboarding.

Update the screen on title to use the screen on
text instead of the screen off text.

Bug: 78019397
Test: visual inspection
Change-Id: Ie5c0b462b44ad735963c2800a59a20288b1cadf8
This commit is contained in:
Andrew Sapperstein
2018-04-13 17:24:33 -07:00
parent cd01a3ecd9
commit 821217c713

View File

@@ -112,7 +112,7 @@
android:id="@+id/screen_on_title" android:id="@+id/screen_on_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/zen_onboarding_screen_off_title" android:text="@string/zen_onboarding_screen_on_title"
android:textAppearance="?android:attr/textAppearanceListItem" /> android:textAppearance="?android:attr/textAppearanceListItem" />
<TextView <TextView