forked from organicmaps/organicmaps
[android] Fix search filter panel layout for tvdpi devices.
This commit is contained in:
parent
c08506bea0
commit
cce7aaa5ed
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
style="@style/MwmTextAppearance.Button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="@dimen/margin_half"
|
||||
android:paddingLeft="@dimen/margin_half"
|
||||
android:paddingRight="@dimen/margin_half"
|
||||
android:layout_centerVertical="true"
|
||||
android:gravity="center"
|
||||
android:background="?clickableBackground"
|
||||
|
|
Loading…
Add table
Reference in a new issue