nut_activity_main.xml 805 字节
<?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-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/transparent"
    android:orientation="vertical">

    <FrameLayout
        android:id="@+id/nutFrame"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1" />

    <com.nut.android.sdk.view.tab.HomeTabView
        android:id="@+id/nutTabMenu"
        android:layout_width="match_parent"
        android:layout_height="55dp"
        android:background="@drawable/nut_shape_tab_background"
        android:orientation="horizontal"
      />


</LinearLayout>