Fix Indentation

This commit is contained in:
ligi 2016-04-06 02:16:07 +02:00
parent 249d35de3c
commit f375d2ba80

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true">
@ -9,7 +10,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/barcode_edit_button_add_barcode" />
android:text="@string/barcode_edit_button_add_barcode"/>
<ScrollView
android:id="@+id/barcodeMainContainer"
@ -58,7 +59,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:text="@string/barcode_edit_qr" />
android:text="@string/barcode_edit_qr"/>
<RadioButton
android:id="@+id/PDFCheck"
@ -66,7 +67,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:text="@string/barcode_edit_pdf417" />
android:text="@string/barcode_edit_pdf417"/>
<RadioButton
android:id="@+id/AZTecCheck"
@ -74,7 +75,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:text="@string/barcode_edit_aztec" />
android:text="@string/barcode_edit_aztec"/>
</RadioGroup>
@ -89,19 +90,19 @@
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"
android:hint="@string/barcode_edit_message" />
android:hint="@string/barcode_edit_message"/>
<Button
android:id="@+id/scanButton"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/barcode_edit_scan" />
android:text="@string/barcode_edit_scan"/>
<Button
android:id="@+id/randomButton"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/barcode_edit_random" />
android:text="@string/barcode_edit_random"/>
</LinearLayout>
@ -109,14 +110,14 @@
android:id="@+id/alternativeMessageInput"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/barcode_edit_hint_alternative_message" />
android:hint="@string/barcode_edit_hint_alternative_message"/>
<Button
android:id="@+id/deleteButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/delete" />
android:text="@string/delete"/>
</LinearLayout>