Merge pull request #8894 from osmandapp/fix_8774

Fix_8774
This commit is contained in:
vshcherb 2020-05-06 11:39:09 +02:00 committed by GitHub
commit f7e7b388cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
<LinearLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeightSmall"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:background="?attr/selectableItemBackground"
android:orientation="horizontal">