forked from Tencent/APIJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase_tab_activity.xml
More file actions
executable file
·57 lines (47 loc) · 1.97 KB
/
base_tab_activity.xml
File metadata and controls
executable file
·57 lines (47 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/activity_page" >
<LinearLayout
style="@style/ll_vertical_match_wrap"
android:background="@color/topbar_bg" >
<RelativeLayout
style="@style/topbar_bg"
android:layout_height="wrap_content" >
<ImageView
android:id="@id/ivBaseTabReturn"
style="@style/topbar_return_img"
android:layout_height="@dimen/topbar_height" />
<TextView
android:id="@id/tvBaseTabReturn"
style="@style/topbar_return_tv"
android:layout_height="@dimen/topbar_height" />
<LinearLayout
style="@style/ll_vertical_wrap_wrap"
android:layout_centerHorizontal="true"
android:minHeight="@dimen/topbar_height" >
<TextView
android:id="@id/tvBaseTabTitle"
style="@style/topbar_title"
android:layout_height="@dimen/topbar_height"
android:text="标题" />
<LinearLayout
android:id="@id/llBaseTabTabContainer"
style="@style/ll_vertical_wrap_match"
android:gravity="center"
android:minHeight="@dimen/topbar_height" >
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@id/llBaseTabTopRightButtonContainer"
style="@style/ll_horizontal_wrap_wrap"
android:layout_height="@dimen/topbar_height"
android:layout_alignParentRight="true" >
</LinearLayout>
</RelativeLayout>
</LinearLayout>
<FrameLayout
android:id="@id/flBaseTabFragmentContainer"
style="@style/match_match"
android:background="@color/activity_bg" >
</FrameLayout>
</LinearLayout>