Set description textview to fixed id

Modify to fixed id for landscape Glif layout and non-glif layout

Test: Manual
Bug: 130707943
Change-Id: I6346817e582c2aac26753b3a985038cb0ca421bc
This commit is contained in:
pastychang
2019-04-18 15:34:06 +08:00
committed by Pasty Chang
parent 3683a688f7
commit f8409db196
9 changed files with 9 additions and 8 deletions

View File

@@ -73,7 +73,7 @@
android:layout_marginEnd="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

@@ -39,7 +39,7 @@
<TextView
style="@*android:style/TextAppearance.DeviceDefault.Body1"
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:layout_marginTop="8dp"

View File

@@ -47,7 +47,7 @@
<TextView
style="@*android:style/TextAppearance.DeviceDefault.Body1"
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
android:layout_marginStart="32dp"
android:layout_marginEnd="32dp"
android:layout_marginTop="12dp"

View File

@@ -55,7 +55,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

@@ -72,7 +72,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:text="@string/security_settings_fingerprint_enroll_start_message"/>

View File

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

View File

@@ -64,7 +64,7 @@
android:layout_marginRight="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

@@ -42,7 +42,7 @@
<TextView
style="@*android:style/TextAppearance.DeviceDefault.Body1"
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
android:layout_marginStart="?attr/confirmDeviceCredentialsSideMargin"
android:layout_marginEnd="?attr/confirmDeviceCredentialsSideMargin"
android:layout_marginTop="12dp"

View File

@@ -51,7 +51,7 @@
<TextView
style="@*android:style/TextAppearance.DeviceDefault.Body1"
android:id="@+id/detailsText"
android:id="@+id/sud_layout_description"
android:layout_marginStart="?attr/confirmDeviceCredentialsSideMargin"
android:layout_marginEnd="?attr/confirmDeviceCredentialsSideMargin"
android:layout_marginTop="12dp"