am c4fe2942: Merge "Fix misplaced xml namespace"
* commit 'c4fe29425c2a09b5c4de4477228be12cba29895b': Fix misplaced xml namespacemain
commit
e1f8635937
|
@ -18,9 +18,8 @@
|
||||||
want a dialog, but it must be its own activity so we can launch the soft
|
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
|
keyboard on it. A regular dialog will not work since it would be launched from
|
||||||
the IME. -->
|
the IME. -->
|
||||||
<ScrollView>
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginStart="8dip"
|
android:layout_marginStart="8dip"
|
||||||
|
|
Loading…
Reference in New Issue