wrap content height on cancel buttons

pull/321/head 4.7.13
Alex Baker 9 years ago
parent bc2265dcb5
commit 1ab518451f

@ -33,7 +33,7 @@
android:layout_gravity="center"
android:contentDescription="@android:string/cancel"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:clickable="true"
android:background="?attr/selectableItemBackgroundBorderless"

@ -30,7 +30,7 @@
<ImageView
android:id="@+id/clear_due_date"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:alpha="@dimen/drawer_icon_alpha"

Loading…
Cancel
Save