android 1.6 compatibility

This commit is contained in:
Sergey Solovyev 2012-02-05 19:44:57 +04:00
parent e68b6ed1a4
commit 8ec44d6b1f

View File

@ -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>