diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d52b773f4..aa2929b3e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -103,7 +103,6 @@ diff --git a/res/layout/account_folder_list.xml b/res/layout/account_folder_list.xml index 520adbd32..daccb723c 100644 --- a/res/layout/account_folder_list.xml +++ b/res/layout/account_folder_list.xml @@ -14,13 +14,17 @@ limitations under the License. --> - + android:layout_height="fill_parent" + android:orientation="vertical" > + + + - + diff --git a/res/layout/account_folder_list_child.xml b/res/layout/account_folder_list_child.xml index 22776484b..3d874030f 100644 --- a/res/layout/account_folder_list_child.xml +++ b/res/layout/account_folder_list_child.xml @@ -30,7 +30,7 @@ android:gravity="center_vertical"> @@ -45,7 +45,7 @@ android:id="@+id/new_message_count" android:ellipsize="end" android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/res/layout/account_folder_list_group.xml b/res/layout/account_folder_list_group.xml index 702b4d4a2..d74573ef8 100644 --- a/res/layout/account_folder_list_group.xml +++ b/res/layout/account_folder_list_group.xml @@ -48,7 +48,7 @@ android:id="@+id/new_message_count" android:ellipsize="end" android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/res/layout/list_fat_title.xml b/res/layout/list_fat_title.xml new file mode 100644 index 000000000..11f1f9172 --- /dev/null +++ b/res/layout/list_fat_title.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + +