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
This commit is contained in:
pastychang
2019-04-12 16:22:17 +08:00
committed by Pasty Chang
parent 86b6be0784
commit fa68ec4f56
24 changed files with 26 additions and 24 deletions

View File

@@ -34,7 +34,7 @@
android:orientation="vertical">
<TextView
android:id="@+id/message"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -70,7 +70,7 @@
android:paddingRight="0dp">
<TextView
android:id="@+id/message"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -28,7 +28,7 @@
android:layout_height="match_parent">
<TextView
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -48,7 +48,7 @@
<TextView
style="@style/SudDescription.Glif"
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="?attr/sudMarginSides"

View File

@@ -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" />

View File

@@ -33,7 +33,7 @@
android:orientation="vertical">
<com.google.android.setupdesign.view.RichTextView
android:id="@+id/description_text"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -38,7 +38,7 @@
<TextView
style="@style/SudDescription.Glif"
android:id="@+id/start_message"
android:id="@+id/sud_layout_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minLines="3"

View File

@@ -39,6 +39,7 @@
<TextView
style="@style/SudDescription.Glif"
android:id="@+id/sud_layout_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sud_description_glif_margin_top"

View File

@@ -31,7 +31,7 @@
android:clipChildren="false">
<TextView
android:id="@+id/message"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -31,7 +31,7 @@
android:orientation="vertical">
<com.google.android.setupdesign.view.RichTextView
android:id="@+id/description_text"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -41,6 +41,7 @@
<TextView
style="@style/TextAppearance.SudGlifItemSummary"
android:id="@+id/sud_layout_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/master_clear_desc"/>

View File

@@ -31,7 +31,7 @@
android:orientation="vertical">
<TextView
android:id="@+id/master_clear_confirm"
android:id="@+id/sud_layout_description"
style="@style/SudItemTitle.GlifDescription"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@@ -33,7 +33,7 @@
android:orientation="vertical">
<TextView
android:id="@+id/message"
android:id="@+id/sud_layout_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"