aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/form_boolean.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-04 10:04:35 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-04 10:43:34 +0100
commit6df66c6592e42e1dcbf515222bf3ab5b9178eb18 (patch)
tree66e25c51944cb8b7ac60ecd6936b1e7d1343186e /src/main/res/layout/form_boolean.xml
parentcbd372c6721e9ca8c55d09490c97801f0485f3f6 (diff)
add RTL support
Diffstat (limited to 'src/main/res/layout/form_boolean.xml')
-rw-r--r--src/main/res/layout/form_boolean.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/form_boolean.xml b/src/main/res/layout/form_boolean.xml
index 73978f25a..3c80a9083 100644
--- a/src/main/res/layout/form_boolean.xml
+++ b/src/main/res/layout/form_boolean.xml
@@ -2,11 +2,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingTop="8dp"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:paddingTop="8dp">
<CheckBox
android:id="@+id/field"
android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content" />
</LinearLayout> \ No newline at end of file