123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout 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="@drawable/skin_global_bg">
- <android.support.design.widget.AppBarLayout
- android:id="@+id/app_bar_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:theme="@style/AppTheme.AppBarOverlay"
- app:elevation="0dp">
- <com.sheishuo.app.common.views.BaseToolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="?attr/colorPrimary"
- android:visibility="visible"
- style="@style/fullToolbarStyle"/>
- </android.support.design.widget.AppBarLayout>
- <!--<com.sheishuo.app.common.ui.viewpager.PagerSlidingTabStrip-->
- <!--android:id="@+id/tabs"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="@dimen/pager_sliding_tab_strip_height"-->
- <!--android:layout_below="@id/app_bar_layout"-->
- <!--android:background="@drawable/skin_global_bg"-->
- <!--android:visibility="gone"/>-->
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:layout_below="@id/app_bar_layout">
- <android.support.v4.view.ViewPager
- android:id="@+id/main_tab_pager"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="@dimen/action_bar_height">
- </android.support.v4.view.ViewPager>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="bottom"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_gravity="bottom"
- android:background="@color/grey_light_light">
- </RelativeLayout>
- <LinearLayout
- android:id="@+id/bottom_tab_container"
- android:layout_width="match_parent"
- android:layout_height="@dimen/action_bar_height"
- android:layout_gravity="bottom"
- android:background="@color/GreyWhite"
- android:orientation="horizontal">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="2dp"
- android:layout_marginTop="4dp"
- android:layout_weight="1"
- android:background="@color/GreyWhite"
- android:gravity="center"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="26dp"
- app:srcCompat="@drawable/_01_unchecked" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:text="谁说"
- android:textAlignment="center"
- android:textSize="11sp" />
- <com.netease.nim.uikit.common.ui.drop.DropFake
- android:layout_width="28dip"
- android:layout_height="28dip"
- android:layout_gravity="center_horizontal|center"
- android:textColor="@android:color/white"
- android:textSize="12sp"
- android:visibility="gone" />
- <Button
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="2dp"
- android:layout_marginTop="4dp"
- android:layout_weight="1"
- android:background="@color/GreyWhite"
- android:gravity="center"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="26dp"
- app:srcCompat="@drawable/_01_unchecked" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:text="朋友"
- android:textAlignment="center"
- android:textSize="11sp" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="28dip"
- android:gravity="center_horizontal"
- android:orientation="horizontal">
- <com.netease.nim.uikit.common.ui.drop.DropFake
- android:layout_width="28dip"
- android:layout_height="28dip"
- android:textColor="@android:color/white"
- android:textSize="12sp"
- android:visibility="gone" />
- </LinearLayout>
- <Button
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="2dp"
- android:layout_marginTop="4dp"
- android:layout_weight="1"
- android:background="@color/GreyWhite"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="26dp"
- app:srcCompat="@drawable/_01_unchecked" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:text="快讯"
- android:textAlignment="center"
- android:textSize="11sp" />
- <com.netease.nim.uikit.common.ui.drop.DropFake
- android:layout_width="28dip"
- android:layout_height="28dip"
- android:textColor="@android:color/white"
- android:textSize="12sp"
- android:visibility="gone" />
- <Button
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="2dp"
- android:layout_marginTop="4dp"
- android:layout_weight="1"
- android:background="@color/GreyWhite"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="26dp"
- app:srcCompat="@drawable/_01_unchecked" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:text="动态"
- android:textAlignment="center"
- android:textSize="11sp" />
- <com.netease.nim.uikit.common.ui.drop.DropFake
- android:layout_width="28dip"
- android:layout_height="28dip"
- android:textColor="@android:color/white"
- android:textSize="12sp"
- android:visibility="gone" />
- <Button
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="2dp"
- android:layout_marginTop="4dp"
- android:layout_weight="1"
- android:background="@color/GreyWhite"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="26dp"
- app:srcCompat="@drawable/_01_unchecked" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="28dp"
- android:text="我的"
- android:textAlignment="center"
- android:textSize="11sp" />
- <com.netease.nim.uikit.common.ui.drop.DropFake
- android:layout_width="28dip"
- android:layout_height="28dip"
- android:textColor="@android:color/white"
- android:textSize="12sp"
- android:visibility="gone" />
- <Button
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@null" />
- </RelativeLayout>
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- <com.netease.nim.uikit.common.ui.drop.DropCover
- android:id="@+id/unread_cover"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible" />
- </RelativeLayout>
|