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

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

Add touch feedback to cities list items

Bug: 7359756

Also set minimum height for items to prevent long names from
going over the time.

Change-Id: I3cbd3b152233cea323ba49340a0da0b2db6436c4
parent 8dac45cc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
    android:gravity="center_vertical"
    android:paddingLeft="8dip"
    android:paddingRight="8dip"
    android:layout_height="@dimen/cities_list_item_height"
    android:background="?android:attr/selectableItemBackground"
    android:layout_height="wrap_content"
    android:minHeight="@dimen/cities_list_item_height"
    android:orientation="horizontal">
    <LinearLayout
        android:layout_width="0dip"