AArkiwi/res/layout/pl_main.xml
2015-06-15 17:48:37 +02:00

12 lines
No EOL
412 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center" >
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="center"/>
</LinearLayout>