Margin fixes.

This commit is contained in:
Dmitry Yunitsky 2015-03-17 16:58:48 +03:00 committed by Alex Zolotarev
parent 4ef550109b
commit 0b773ea3a4
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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