Merge "Apply SUW theme to add/remove button in face settings" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2968c05f31
@@ -22,10 +22,11 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/security_settings_face_settings_enroll_button"
|
||||
android:layout_marginStart="20dp"
|
||||
style="@style/SudGlifButton.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start"
|
||||
android:layout_marginStart="20dp"
|
||||
android:text="@string/security_settings_face_settings_enroll"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -22,10 +22,11 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/security_settings_face_settings_remove_button"
|
||||
android:layout_marginStart="20dp"
|
||||
style="@style/SudGlifButton.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start"
|
||||
android:layout_marginStart="20dp"
|
||||
android:text="@string/security_settings_face_settings_remove_face_model"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user