Orarend/OrarendAndroidApp/Resources/layout/MainLayout.axml

13 lines
482 B
Text
Raw Normal View History

2017-02-08 21:21:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minWidth="25px"
android:minHeight="25px">
<TableLayout
android:id="@+id/tableLayout1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
2017-02-11 16:28:53 +00:00
android:stretchColumns="1" />
2017-02-08 21:21:11 +00:00
</LinearLayout>