Polish with Henry

pull/14/head
Sam Bosley 13 years ago
parent 6c70db5315
commit b9dcb3fcda

@ -13,7 +13,7 @@
android:layout_height="48dip"
android:layout_alignParentLeft="true"
android:layout_marginTop="4dp"
android:layout_marginLeft="12dip"
android:layout_marginLeft="8dip"
android:scaleType="fitCenter"
android:visibility="gone"/>

@ -14,6 +14,7 @@
<View
android:layout_width="1px"
android:layout_height="fill_parent"
android:layout_marginLeft="-1px"
android:background="?attr/asSeparatorBackground"
android:layout_marginBottom="4dip"
android:layout_marginTop="4dip"/>

@ -1,7 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- See the file "LICENSE" for the full license governing this code. -->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?attr/asAbBackgroundColor"
android:orientation="vertical">
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="?attr/asThemeTextColor"
android:layout_marginBottom="3dip"/>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -16,8 +25,9 @@
android:layout_width="39dip"
android:layout_height="39dip"
android:layout_gravity="top"
android:layout_marginLeft="5dip"
android:layout_marginRight="3dip"
android:layout_marginTop="-2dip"
android:layout_marginLeft="4dip"
android:layout_marginRight="2dip"
android:paddingLeft="10dip"
android:paddingRight="10dip"
android:layout_weight="1"
@ -79,5 +89,6 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</merge>
Loading…
Cancel
Save