diff options
author | DarkJoker360 <simoespo159@gmail.com> | 2022-10-22 11:08:54 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
commit | 6280c835c16fad823e80f7b069af97b939601ffc (patch) | |
tree | 5158aab92836929ef8cff7e22c44d47abc8746aa | |
parent | ced39973ad12c32c4b65b05c8dba7a66e28906f6 (diff) |
SystemUI: Make edit button click ripple effect rounded
Change-Id: Ia3f58ac1688f5b12020a815be9530b371247565a
-rw-r--r-- | packages/SystemUI/res/layout/qs_footer_impl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/qs_footer_impl.xml b/packages/SystemUI/res/layout/qs_footer_impl.xml index b1d3ed05333b..f0f8c0c79b17 100644 --- a/packages/SystemUI/res/layout/qs_footer_impl.xml +++ b/packages/SystemUI/res/layout/qs_footer_impl.xml @@ -64,7 +64,7 @@ android:layout_width="@dimen/qs_footer_action_button_size" android:layout_height="@dimen/qs_footer_action_button_size" android:layout_gravity="center_vertical|end" - android:background="?android:attr/selectableItemBackground" + android:background="?android:attr/actionBarItemBackground" android:clickable="true" android:contentDescription="@string/accessibility_quick_settings_edit" android:focusable="true" |