|
|
|
@ -5,6 +5,18 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<include layout="@layout/include_tool_bar"/> |
|
|
|
<android.support.design.widget.TabLayout |
|
|
|
android:id="@+id/tabLayout_tablep" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="top" |
|
|
|
android:background="@color/white" |
|
|
|
android:elevation="@dimen/dp_2" |
|
|
|
app:tabTextAppearance="@style/TabLayoutTextStyle" |
|
|
|
app:tabIndicatorColor="@color/green029737" |
|
|
|
app:tabSelectedTextColor="@color/green029737" |
|
|
|
app:tabTextColor="@color/grey666666" /> |
|
|
|
<include layout="@layout/include_line"/> |
|
|
|
|
|
|
|
<android.support.v4.view.ViewPager |
|
|
|
android:id="@+id/viewPager_tablep" |
|
|
|
@ -12,17 +24,7 @@ |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
<android.support.design.widget.TabLayout |
|
|
|
android:id="@+id/tabLayout_tablep" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="top" |
|
|
|
android:background="@color/white" |
|
|
|
android:elevation="@dimen/dp_2" |
|
|
|
app:tabTextAppearance="@style/TabLayoutTextStyle" |
|
|
|
app:tabIndicatorColor="@color/green029737" |
|
|
|
app:tabSelectedTextColor="@color/green029737" |
|
|
|
app:tabTextColor="@color/grey666666" /> |
|
|
|
|
|
|
|
</android.support.v4.view.ViewPager> |
|
|
|
|
|
|
|
</LinearLayout> |