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, 3 insertions, 5 deletions
diff --git a/res/layout/label.xml b/res/layout/label.xml
index e1a51434..8d176fb5 100644
--- a/res/layout/label.xml
+++ b/res/layout/label.xml
@@ -14,9 +14,7 @@
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:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:padding="16dp"/>
+ android:gravity="center" />