Revert choose lock header file to non-setup theme
The activity ChooseLockGeneric which inflates the layout file choose_lock_generic_fingerprint_header is not setup themed, and therefore should not use setup resources. Test: Run ChooseLockGenericTest via `am instrument` Bug: 36688431 Change-Id: I7286958345d1762d4a93176afe300d1e4d168f6d
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
android:id="@+id/fingerprint_header_description"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="56dp"
|
||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
||||
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||
android:paddingTop="@dimen/suw_description_glif_margin_top"
|
||||
android:paddingBottom="@dimen/suw_description_glif_margin_bottom_lists"
|
||||
android:text="@string/lock_settings_picker_fingerprint_message"
|
||||
style="@style/SuwDescription.Glif" />
|
||||
style="@style/FingerprintHeaderStyle" />
|
||||
|
Reference in New Issue
Block a user