blob: 77c7b6beb598694128de706d6ca87b3e74709346 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.example.app1"
xmlns:app2="http://schemas.android.com/apk/res/com.example.app2"
android:id="@+id/myId"
style="@android:style/Animation"
aba="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:alpha=""
android:orientation="vertical"
app:aba="true">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:width="30dp"
android:height="30dp"
android:text="Hello World, MyActivity"/>
</LinearLayout>