forked from organicmaps/organicmaps
Margin fixes.
This commit is contained in:
parent
4ef550109b
commit
0b773ea3a4
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/clickableBackground"
|
||||
android:padding="@dimen/margin_small">
|
||||
android:padding="@dimen/margin_small_and_half">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv__color"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/margin_small"
|
||||
android:paddingTop="@dimen/margin_small"
|
||||
android:gravity="center"
|
||||
android:numColumns="4"/>
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:layout_height="0px"
|
||||
android:layout_marginTop="@dimen/margin_small"
|
||||
android:background="?attr/dividerHorizontal"/>
|
||||
android:layout_marginBottom="@dimen/margin_small"/>
|
||||
|
||||
<include
|
||||
layout="@layout/place_page_bookmark_details"
|
||||
|
|
Loading…
Add table
Reference in a new issue