summaryrefslogtreecommitdiff
path: root/android/res/layout/main.xml
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-11-05 23:31:27 +0000
committerThomas Martitz <kugel@rockbox.org>2010-11-05 23:31:27 +0000
commit540dd9c2d0510636536684a4c0b88fabd5326a9b (patch)
tree34438133141b02cf141106522395f16557770713 /android/res/layout/main.xml
parenta2a243b34e87f48272912c1e943b4a3c5b2b813b (diff)
downloadrockbox-540dd9c2d0510636536684a4c0b88fabd5326a9b.tar.gz
rockbox-540dd9c2d0510636536684a4c0b88fabd5326a9b.zip
A bit of indentation/whitespace changes in the xml files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28504 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/res/layout/main.xml')
-rw-r--r--android/res/layout/main.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml
index 4361cfe8aa..840fb4ca24 100644
--- a/android/res/layout/main.xml
+++ b/android/res/layout/main.xml
@@ -2,6 +2,5 @@
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical" 3 android:orientation="vertical"
4 android:layout_width="fill_parent" 4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent" 5 android:layout_height="fill_parent">
6 >
7</LinearLayout> 6</LinearLayout>