Fixed padding bug in filter adapter

pull/14/head
Sam Bosley 12 years ago
parent 96f646a59d
commit 6be8d02cf2

@ -5,6 +5,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="55dip" android:layout_height="55dip"
android:paddingLeft="7dip"
android:orientation="horizontal"> android:orientation="horizontal">
<!-- filter icon --> <!-- filter icon -->

Loading…
Cancel
Save