Files
alunizaje/StartGamedev-160604-osx/tools/android-osx/tools/templates/activities/EmptyActivity/root/res/layout/activity_simple.xml
Andros Fenollosa 8ec8327e5e Compatible Android
2016-11-03 00:05:36 +01:00

13 lines
433 B
XML
Executable File

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="${relativePackage}.${activityClass}">
<TextView
android:text="@string/hello_world"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>