android 1.6 compatibility
This commit is contained in:
parent
e68b6ed1a4
commit
8ec44d6b1f
@ -7,7 +7,8 @@
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" android:orientation="vertical">
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:orientation="vertical">
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user