forked from organicmaps/organicmaps
Fix the layout height
Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com> Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>
This commit is contained in:
parent
ea71a7b522
commit
ff55783162
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/height_item_multiline"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_clickable_card">
|
||||
<ImageView
|
||||
android:id="@+id/iv__bookmark_color"
|
||||
|
@ -46,6 +46,7 @@
|
|||
android:id="@+id/more"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:paddingHorizontal="@dimen/margin_half"
|
||||
|
|
Loading…
Add table
Reference in a new issue