Fix misplaced xml namespace

Change-Id: I891293c10afbbee0a73c7c98322bec248cc7afb3
main
Kurt Partridge 2013-05-23 17:29:26 -07:00
parent aaa23bc12c
commit 003ed9b36a
1 changed files with 1 additions and 2 deletions

View File

@ -18,9 +18,8 @@
want a dialog, but it must be its own activity so we can launch the soft
keyboard on it. A regular dialog will not work since it would be launched from
the IME. -->
<ScrollView>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="8dip"