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

Commit f5e75fc8 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fix touch feedback on cities list

Bug: 7359756

Made the checkbox unclickable so that the whole item will process the click
event and show the clck feedback when clicking on the checkbox.

Change-Id: Ib690026e638efb6771d646b737f32a2c4cd3bb98
parent c0d954df
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@
    </LinearLayout>
    </LinearLayout>
    <CheckBox
    <CheckBox
        android:id="@+id/city_onoff"
        android:id="@+id/city_onoff"
        android:clickable="false"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_gravity="center_vertical" />
        android:layout_gravity="center_vertical" />