|
|
|
@ -6,22 +6,24 @@ |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<include layout="@layout/include_tool_bar"/> |
|
|
|
|
|
|
|
<android.support.design.widget.TabLayout |
|
|
|
android:id="@+id/tabLayout_dailyinfo" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="top" |
|
|
|
android:background="@color/white" |
|
|
|
android:elevation="@dimen/dp_2" |
|
|
|
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_dailyinfo" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
<android.support.design.widget.TabLayout |
|
|
|
android:id="@+id/tabLayout_dailyinfo" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="top" |
|
|
|
android:background="@color/white" |
|
|
|
android:elevation="@dimen/dp_2" |
|
|
|
app:tabIndicatorColor="@color/green029737" |
|
|
|
app:tabSelectedTextColor="@color/green029737" |
|
|
|
app:tabTextColor="@color/grey666666" /> |
|
|
|
|
|
|
|
</android.support.v4.view.ViewPager> |
|
|
|
|
|
|
|
</LinearLayout> |