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