commit | fa68ec4f56f7c8e849e1f1ee22ca7c222e46b617 | [log] [tgz] |
---|---|---|
author | pastychang <pastychang@google.com> | Fri Apr 12 16:22:17 2019 +0800 |
committer | Pasty Chang <pastychang@google.com> | Fri Apr 12 09:20:12 2019 +0000 |
tree | dc8e4707eb60dc88cf9acadcc15c30c593d622f1 | |
parent | 86b6be0784d05703639fd76e6a0041869efc7d4e [diff] [blame] |
Set suw description textview to fixed id Heavy theme supports to costomize description text style. Modify it to fixed id that can be customized by partner resource. Heavy theme screenshot: https://screenshot.googleplex.com/TL4M7wmTaPg Set fixed id screenshot: https://screenshot.googleplex.com/CA6QHoNTQBZ Test: atest Bug: 121988926 Change-Id: I8882acd49e7d57f24afa9dd6f3e9abfd06556053
diff --git a/res/layout/encryption_interstitial.xml b/res/layout/encryption_interstitial.xml index a2305f8..61ed292 100644 --- a/res/layout/encryption_interstitial.xml +++ b/res/layout/encryption_interstitial.xml
@@ -30,7 +30,7 @@ android:orientation="vertical"> <TextView - android:id="@+id/encryption_message" + android:id="@+id/sud_layout_description" style="@style/SudDescription.Glif" android:layout_width="wrap_content" android:layout_height="wrap_content" />