forked from organicmaps/organicmaps
fixed alignment for > button in downloader.
This commit is contained in:
parent
5a40543e1d
commit
b6449abaab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/show_country"
|
||||
android:layout_width="?android:attr/listPreferredItemHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="center"
|
||||
android:layout_alignParentRight="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue