diff --git a/ChangeLog b/ChangeLog index d2110a721..7fae48d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * Georgian in language list in book info dialog * Fixed interface language swithcing (change language immediately in menu, library, etc.) * Added "add/remove book to/from favorites" items in BookInfoActivity menu +* Smaller font size in list activities ===== 1.7.8 (Mar 24, 2013) ===== * Fixed library scanning: all books are visible in the library diff --git a/res/layout/bookmark_item.xml b/res/layout/bookmark_item.xml index 03bfde541..79e7487b1 100644 --- a/res/layout/bookmark_item.xml +++ b/res/layout/bookmark_item.xml @@ -29,7 +29,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:singleLine="false" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:gravity="center_vertical|left" /> diff --git a/res/layout/extra_link_item.xml b/res/layout/extra_link_item.xml index 54f915154..199efeff7 100644 --- a/res/layout/extra_link_item.xml +++ b/res/layout/extra_link_item.xml @@ -13,7 +13,7 @@ android:paddingLeft="5dip" android:paddingRight="8dp" android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" /> diff --git a/res/layout/library_tree_item.xml b/res/layout/library_tree_item.xml index d8a841a7e..5ccfc6d6c 100644 --- a/res/layout/library_tree_item.xml +++ b/res/layout/library_tree_item.xml @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" /> diff --git a/res/layout/network_tree_item.xml b/res/layout/network_tree_item.xml index 89e6a2842..7711ed7de 100644 --- a/res/layout/network_tree_item.xml +++ b/res/layout/network_tree_item.xml @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" /> diff --git a/res/layout/toc_tree_item.xml b/res/layout/toc_tree_item.xml index 6cf9cb0ca..eba73a7a5 100644 --- a/res/layout/toc_tree_item.xml +++ b/res/layout/toc_tree_item.xml @@ -20,7 +20,7 @@ android:layout_marginTop="5dip" android:layout_marginBottom="5dip" android:gravity="center_vertical|left" - android:textAppearance="?android:attr/textAppearanceLarge" + android:textAppearance="?android:attr/textAppearanceMedium" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" />