aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-20 15:32:50 -0700
committerKenny Root <kenny@the-b.org>2015-08-20 15:32:50 -0700
commit78d05826e37144bcb8922e51fa226bd01a3e65d7 (patch)
treecc12b8f6e443a4a7b8aa8212419bdd088fa72cf1
parent8870c63f99f101404aca50dbfef950cf40db5753 (diff)
downloadconnectbot-78d05826e37144bcb8922e51fa226bd01a3e65d7.tar.gz
connectbot-78d05826e37144bcb8922e51fa226bd01a3e65d7.tar.bz2
connectbot-78d05826e37144bcb8922e51fa226bd01a3e65d7.zip
Remove xmlns:android from non-root element (again)
-rw-r--r--app/src/main/res/layout/dia_keyboard_shortcuts.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/dia_keyboard_shortcuts.xml b/app/src/main/res/layout/dia_keyboard_shortcuts.xml
index 095fa2a..479ef48 100644
--- a/app/src/main/res/layout/dia_keyboard_shortcuts.xml
+++ b/app/src/main/res/layout/dia_keyboard_shortcuts.xml
@@ -20,7 +20,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
@@ -78,4 +77,4 @@
</TableLayout>
</ScrollView>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>