From 88d65ef2efe3420c005ac766eab9904624893e0f Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 25 七月 2017 11:42:55 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/activity_main.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/activity_main.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/activity_main.xml new file mode 100644 index 0000000..ac32a16 --- /dev/null +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/activity_main.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:id="@+id/activity_main" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/colorBackground" + tools:context="com.bsk.zhangbo.demoforbsk.cn.com.basic.face.android.ui.MainActivity"> + + <!--app:tabMaxWidth="@dimen/view_size_58" 璁剧疆tab鐨勫ぇ灏�--> + <android.support.design.widget.TabLayout + android:id="@+id/tab_layout" + android:layout_width="match_parent" + android:layout_height="@dimen/h70dp" + android:layout_alignParentBottom="true" + android:background="@color/colorPrimary" + app:tabIndicatorHeight="@dimen/view_size_0" + app:tabSelectedTextColor="#cccccc" + app:tabTextColor="@android:color/white" + app:tabTextAppearance="@style/MyTabLayoutTextAppearance" + app:tabMaxWidth="0dp" + app:tabGravity="fill" + app:tabMode="fixed" + > + </android.support.design.widget.TabLayout> + <android.support.v4.view.ViewPager + android:id="@+id/viewpager" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_above="@id/tab_layout"/> +</RelativeLayout> -- Gitblit v1.8.0