[android] Fix search filter panel layout for tvdpi devices.

This commit is contained in:
Roman Romanov 2017-01-17 15:43:36 +04:00 committed by Vladimir Byko-Ianko
parent c08506bea0
commit cce7aaa5ed

View file

@ -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"