OSDN Git Service

Use the correct text for DND onboarding.
authorAndrew Sapperstein <asapperstein@google.com>
Sat, 14 Apr 2018 00:24:33 +0000 (17:24 -0700)
committerAndrew Sapperstein <asapperstein@google.com>
Sat, 14 Apr 2018 00:24:33 +0000 (17:24 -0700)
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

res/layout/zen_onboarding.xml

index 05b38f2..6840443 100644 (file)
                 android:id="@+id/screen_on_title"
                 android:layout_width="match_parent"
                 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" />
 
             <TextView