summaryrefslogtreecommitdiffstats
path: root/res/layout/label.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/label.xml')
-rw-r--r--res/layout/label.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout/label.xml b/res/layout/label.xml
index 8d176fb5..e1a51434 100644
--- a/res/layout/label.xml
+++ b/res/layout/label.xml
@@ -14,7 +14,9 @@
limitations under the License.
-->
-<TextView
- xmlns:android="http://schemas.android.com/apk/res/android"
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:gravity="center" />
+ android:gravity="center"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:padding="16dp"/>