aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/fragment_edit_note.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
commitd2d92f04608e0877a648b08e36e8c6155a8947d3 (patch)
tree8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/layout/fragment_edit_note.xml
parentc2fc75e67cb016ad1884816d5fe432063488359a (diff)
downloadcgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/layout/fragment_edit_note.xml')
-rw-r--r--main/res/layout/fragment_edit_note.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/main/res/layout/fragment_edit_note.xml b/main/res/layout/fragment_edit_note.xml
index 68e2b2c..1ed5e84 100644
--- a/main/res/layout/fragment_edit_note.xml
+++ b/main/res/layout/fragment_edit_note.xml
@@ -1,15 +1,15 @@
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/edit_note"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:orientation="vertical">
+ android:orientation="vertical" >
- <EditText
- android:id="@+id/note"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:inputType="text"
- android:imeOptions="actionDone"/>
-</LinearLayout>
+ <EditText
+ android:id="@+id/note"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:imeOptions="actionDone"
+ android:inputType="text" />
+
+</LinearLayout> \ No newline at end of file