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

This commit is contained in:
PETER LIANG
2022-03-10 05:40:17 +00:00
committed by Android (Google) Code Review
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>