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

Commit a9608a80 authored by “Longbo's avatar “Longbo Committed by Longbo Wei
Browse files

autoclick: Increase panel horizontal paddings

Screenshot:
previous: http://screen/8R8o8aEEgCrAY9J
after: http://screen/43guhUWN8XQpRgT

Bug: b/422848750
Test: AutoclickControllerTest
Flag: com.android.server.accessibility.enable_autoclick_indicator
Change-Id: I5be8a4050ae9881d7ca3c2e9173e0041c002a8f5
parent 8cc21aae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
    android:layout_gravity="center_horizontal"
    android:background="@drawable/accessibility_autoclick_type_panel_rounded_background"
    android:orientation="vertical"
    android:padding="8dp">
    android:paddingVertical="8dp"
    android:paddingHorizontal="16dp">

    <LinearLayout
        android:id="@+id/accessibility_autoclick_button_group_container"