use a bigger icon at Show Event On Map

This commit is contained in:
tibbi 2020-11-02 22:05:36 +01:00
parent 4a2502fda7
commit 53b78ec0a9
1 changed files with 2 additions and 3 deletions

View File

@ -44,15 +44,14 @@
<ImageView
android:id="@+id/event_show_on_map"
android:layout_width="wrap_content"
android:layout_width="@dimen/normal_icon_size"
android:layout_height="match_parent"
android:layout_alignTop="@+id/event_location"
android:layout_alignBottom="@+id/event_location"
android:layout_alignParentEnd="true"
android:layout_marginEnd="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless"
android:paddingStart="@dimen/small_margin"
android:paddingEnd="@dimen/small_margin"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_place_vector" />
<com.simplemobiletools.commons.views.MyEditText