nut_activity_main.xml 744 字节
<?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:background="@android:color/transparent"
    android:orientation="horizontal">

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


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


</LinearLayout>