diff options
Diffstat (limited to 'res/layout/bookmarklistwidget_item.xml')
-rw-r--r-- | res/layout/bookmarklistwidget_item.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/bookmarklistwidget_item.xml b/res/layout/bookmarklistwidget_item.xml index 9e41d39..039bc2c 100644 --- a/res/layout/bookmarklistwidget_item.xml +++ b/res/layout/bookmarklistwidget_item.xml @@ -18,23 +18,23 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/list_item" android:layout_width="match_parent" - android:layout_height="match_parent" - android:minHeight="@dimen/widgetItemMinHeight" + android:layout_height="48dp" android:orientation="horizontal" - android:padding="8dip" - android:background="@color/bookmarkWidgetFolderBackground"> + android:background="@drawable/row_activated_bookmark_widget_holo"> <ImageView android:id="@+id/thumb" android:src="@drawable/browser_thumbnail" - android:layout_height="24dp" - android:layout_width="24dp" + android:layout_height="32dp" + android:layout_width="32dp" android:layout_gravity="center_vertical" + android:layout_marginLeft="16dp" android:scaleType="fitXY"/> <TextView android:id="@+id/label" - android:layout_width="wrap_content" + android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="center_vertical" + android:layout_weight="1" android:textAppearance="?android:attr/textAppearanceSmall" android:paddingLeft="8dip" android:maxLines="1" |