Gray background and wider click area.
This commit is contained in:
parent
e9e38acdb6
commit
6c9dc7591a
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
layout="@layout/reports_for_spinner_item"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_gravity="fill_vertical"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="56dp"/>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:background="@android:drawable/list_selector_background">
|
||||
android:background="?attr/expandable_list_item_background">
|
||||
|
||||
<TextView
|
||||
android:text="@string/reports_for"
|
||||
|
|
Loading…
Reference in a new issue