summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxesh R. Ajmera <aajmera@codeaurora.org>2015-05-20 16:25:44 -0700
committerWebTech Code Review <code-review@localhost>2015-05-29 13:54:26 -0700
commit9295e45150be492c8c79a30bb5985ba09273d2f7 (patch)
tree452dfc10e314931a4111fe7b80d5f5d745c698c5
parent634d762e6cf84b3d8b8b6fea41d89c0d47241b3e (diff)
downloadandroid_packages_apps_Gello-9295e45150be492c8c79a30bb5985ba09273d2f7.tar.gz
android_packages_apps_Gello-9295e45150be492c8c79a30bb5985ba09273d2f7.tar.bz2
android_packages_apps_Gello-9295e45150be492c8c79a30bb5985ba09273d2f7.zip
Change bookmark buttons text size
This change helps in preventing text content of buttons getting cropped when using huge System Font Size in different language.
-rw-r--r--res/layout/bookmarks.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml
index 2475af33..182381a1 100644
--- a/res/layout/bookmarks.xml
+++ b/res/layout/bookmarks.xml
@@ -69,6 +69,7 @@
android:text="@string/add_new_bookmark"
android:layout_width="0dip"
android:layout_height="wrap_content"
+ android:textSize="14sp"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle"
/>
@@ -77,6 +78,7 @@
android:text="@string/new_folder"
android:layout_width="0dip"
android:layout_height="wrap_content"
+ android:textSize="14sp"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle"
/>