Increased touch area for history detail/delete button
This commit is contained in:
parent
055a513fd3
commit
1baab5b590
1 changed files with 14 additions and 14 deletions
|
@ -2,8 +2,8 @@
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:background="@drawable/list_selector"
|
android:background="@drawable/list_selector"
|
||||||
|
android:gravity="center_vertical"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -48,27 +48,27 @@
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:contentDescription="@string/content_description_detail"
|
|
||||||
android:id="@+id/detail"
|
android:id="@+id/detail"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:adjustViewBounds="true"
|
|
||||||
android:layout_weight="0.9"
|
android:layout_weight="0.9"
|
||||||
android:src="@drawable/list_detail"
|
android:adjustViewBounds="true"
|
||||||
android:layout_marginLeft="5dp"
|
android:contentDescription="@string/content_description_detail"
|
||||||
android:layout_marginRight="5dp" />
|
android:paddingLeft="5dp"
|
||||||
|
android:paddingRight="5dp"
|
||||||
|
android:src="@drawable/list_detail" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:contentDescription="@string/content_description_delete"
|
|
||||||
android:id="@+id/delete"
|
android:id="@+id/delete"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
|
||||||
android:layout_weight="0.9"
|
android:layout_weight="0.9"
|
||||||
android:visibility="gone"
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/content_description_delete"
|
||||||
|
android:paddingLeft="5dp"
|
||||||
|
android:paddingRight="5dp"
|
||||||
android:src="@drawable/list_delete"
|
android:src="@drawable/list_delete"
|
||||||
android:layout_marginLeft="5dp"
|
android:visibility="gone" />
|
||||||
android:layout_marginRight="5dp" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue