From d783cec97084a12873ca62b5fcd64620056ec01b Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 19 Nov 2016 23:07:54 +0100 Subject: reformat code --- src/main/res/layout/form_text.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/main/res/layout/form_text.xml') diff --git a/src/main/res/layout/form_text.xml b/src/main/res/layout/form_text.xml index 31b521e89..398fa9bff 100644 --- a/src/main/res/layout/form_text.xml +++ b/src/main/res/layout/form_text.xml @@ -1,15 +1,16 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingTop="8dp" + android:orientation="vertical"> + + android:textSize="?attr/TextSizeBody" /> + android:textSize="?attr/TextSizeBody" /> \ No newline at end of file -- cgit v1.2.3