Files
secondo/AndroidGui/Secondroid2/res/layout-land/activity_outputx.xml
2026-01-23 17:03:45 +08:00

22 lines
764 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TabWidget
android:id="@android:id/tabs"
android:layout_height="match_parent"
android:layout_width="wrap_content" />
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_height="match_parent"
android:layout_width="0dp"
android:layout_weight="1"/>
</LinearLayout>
</TabHost>