Merge "Apply the settings lib style into the reset button of "Display size and text"." into tm-dev am: b4e91fa866

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17100789

Change-Id: Ic524c38aad4053e72eb1cab65fc99db4146c6c0e
This commit is contained in:
PETER LIANG
2022-03-10 05:57:44 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 27 deletions

View File

@@ -28,9 +28,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/accessibility_text_reading_reset_button_background"
android:paddingHorizontal="24dp"
android:paddingVertical="14dp"
android:text="@string/accessibility_text_reading_reset_button_title"
android:textAppearance="?android:attr/textAppearanceMedium" />
style="@style/ActionPrimaryButton"/>
</FrameLayout>