Increase drawer row size and text

pull/253/head
Alex Baker 11 years ago
parent 7f872c326c
commit 8b2bd28ac9

@ -8,7 +8,7 @@
are defined in FilterAdapter.java --> are defined in FilterAdapter.java -->
<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="40dip" android:layout_height="45dip"
android:paddingLeft="7dip" android:paddingLeft="7dip"
android:orientation="horizontal"> android:orientation="horizontal">

@ -347,7 +347,7 @@
<!-- ============================================== FilterListAdapter == --> <!-- ============================================== FilterListAdapter == -->
<style name="TextAppearance.FLA_Filter"> <style name="TextAppearance.FLA_Filter">
<item name="android:textSize">14sp</item> <item name="android:textSize">16sp</item>
</style> </style>
<style name="TextAppearance.FLA_Filter_Widget" parent="TextAppearance.FLA_Filter"> <style name="TextAppearance.FLA_Filter_Widget" parent="TextAppearance.FLA_Filter">

Loading…
Cancel
Save