aboutsummaryrefslogtreecommitdiff
path: root/res/layout/drawer_list_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-11 21:32:03 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-11 21:32:03 -0800
commitb5a1a88fe737430e99b82d0e9ac4df310486600a (patch)
tree7b269b51bda04c3cf8e391d4ef281b4a6bd77b4a /res/layout/drawer_list_item.xml
parent9f1f29344b1ce6b21285bc781446debf8c16cb23 (diff)
downloaddsub-b5a1a88fe737430e99b82d0e9ac4df310486600a.tar.gz
dsub-b5a1a88fe737430e99b82d0e9ac4df310486600a.tar.bz2
dsub-b5a1a88fe737430e99b82d0e9ac4df310486600a.zip
Styled action buttons, added bookmark logic
Diffstat (limited to 'res/layout/drawer_list_item.xml')
-rw-r--r--res/layout/drawer_list_item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml
index 66dd5a70..a85d043e 100644
--- a/res/layout/drawer_list_item.xml
+++ b/res/layout/drawer_list_item.xml
@@ -3,8 +3,8 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:paddingTop="5dip"
- android:paddingBottom="6dip">
+ android:paddingTop="8dip"
+ android:paddingBottom="9dip">
<ImageView
android:id="@+id/drawer_icon"
@@ -20,6 +20,7 @@
android:id="@+id/drawer_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textSize="26sp"
+ android:textStyle="bold"
android:singleLine="true"/>
</LinearLayout> \ No newline at end of file