Merge "Fine-tune the location and style of the reset button in the “Display size and text” page." into tm-dev am: 8c78bad4e6

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

Change-Id: I4de70cc4063af21a3263c0a0e5f32e10912241b8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
PETER LIANG
2022-04-21 16:19:19 +00:00
committed by Automerger Merge Worker

View File

@@ -27,14 +27,11 @@
android:id="@+id/reset_button" android:id="@+id/reset_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center|end" android:layout_gravity="center_vertical|start"
android:paddingVertical="14dp" android:paddingVertical="14dp"
android:background="@null"
android:drawableStart="@drawable/ic_history" android:drawableStart="@drawable/ic_history"
android:drawablePadding="9dp" android:drawablePadding="9dp"
android:drawableTint="?android:attr/colorAccent" android:drawableTint="@color/settingslib_btn_colored_text_material"
android:textColor="?android:attr/colorAccent" android:text="@string/accessibility_text_reading_reset_button_title"
android:textSize="16sp" style="@style/ActionPrimaryButton"/>
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
android:text="@string/accessibility_text_reading_reset_button_title"/>
</FrameLayout> </FrameLayout>