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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"/>
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user