Tweak tag selection dialog layout

pull/379/merge
Alex Baker 8 years ago
parent af52d1c9f8
commit cf5676976c

@ -8,17 +8,17 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent">
android:paddingLeft="5dip"
android:paddingRight="5dip">
<LinearLayout <LinearLayout
android:id="@+id/newTags" android:id="@+id/newTags"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="2dip" android:paddingLeft="@dimen/keyline_first"
android:layout_marginBottom="5dip" /> android:paddingStart="@dimen/keyline_first"
android:paddingRight="@dimen/keyline_first"
android:paddingEnd="@dimen/keyline_first"/>
<View <View
style="@style/horizontal_divider" style="@style/horizontal_divider"
@ -28,8 +28,6 @@
android:id="@+id/existingTags" android:id="@+id/existingTags"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginLeft="3dip"
android:layout_marginRight="3dip"
android:layout_weight="100" android:layout_weight="100"
android:dividerHeight="0dp" android:dividerHeight="0dp"
android:divider="@null" android:divider="@null"

@ -33,8 +33,7 @@
android:tint="?attr/icon_tint" android:tint="?attr/icon_tint"
android:src="@drawable/ic_close_24dp" android:src="@drawable/ic_close_24dp"
android:contentDescription="@string/remove" android:contentDescription="@string/remove"
android:layout_gravity="center_vertical" android:layout_gravity="center"
android:layout_margin="4dip" android:layout_width="wrap_content"
android:layout_width="32dip" android:layout_height="wrap_content" />
android:layout_height="32dip" />
</LinearLayout> </LinearLayout>

Loading…
Cancel
Save