Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c78bad4 authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

Merge "Fine-tune the location and style of the reset button in the “Display...

Merge "Fine-tune the location and style of the reset button in the “Display size and text” page." into tm-dev
parents 1ce6beb8 7f67e278
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -27,14 +27,11 @@
        android:id="@+id/reset_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center|end"
        android:layout_gravity="center_vertical|start"
        android:paddingVertical="14dp"
        android:background="@null"
        android:drawableStart="@drawable/ic_history"
        android:drawablePadding="9dp"
        android:drawableTint="?android:attr/colorAccent"
        android:textColor="?android:attr/colorAccent"
        android:textSize="16sp"
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
        android:text="@string/accessibility_text_reading_reset_button_title"/>
        android:drawableTint="@color/settingslib_btn_colored_text_material"
        android:text="@string/accessibility_text_reading_reset_button_title"
        style="@style/ActionPrimaryButton"/>
</FrameLayout>