increased clickable area of itemlist buttons
This commit is contained in:
parent
287583d5c7
commit
ccd75800c9
|
@ -88,7 +88,7 @@
|
|||
<ImageButton
|
||||
android:id="@id/butAction"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="?attr/borderless_button"
|
||||
|
@ -98,7 +98,7 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:scaleType="fitEnd"
|
||||
android:src="?attr/spinner_button" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
Loading…
Reference in New Issue