Fix text scales in keyboard buttons

This commit is contained in:
serso
2016-02-16 16:00:22 +01:00
parent 7e41f30e06
commit 8a5d163b06
5 changed files with 66 additions and 61 deletions

View File

@@ -34,7 +34,7 @@
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_height="60dp"
a:orientation="horizontal">
<include layout="@layout/cpp_app_button_equals_no_bg" />
@@ -51,7 +51,7 @@
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_height="60dp"
a:orientation="horizontal">
<include layout="@layout/cpp_app_button_0" />
@@ -64,7 +64,7 @@
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_height="60dp"
a:orientation="horizontal">
<include layout="@layout/cpp_app_button_1" />