popup_timer_month.xml
2.93 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="311dp"
android:id="@+id/llParent"
android:layout_gravity="center_horizontal"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/ivUp"
android:layout_width="14dp"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/dialog_electron_papter_arrow_up" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:background="@drawable/shape_ellipse_white_4_no_model"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="26dp"
android:layout_marginTop="19dp">
<ImageView
android:id="@+id/iv_back_last"
android:layout_width="22dp"
android:layout_height="22dp"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:src="@drawable/res_7icon_246" />
<com.wd.capability.layout.ui.widget.TagStokeWidthTextView
android:id="@+id/tv_month"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textColor="@color/res_color_general_333333_keep"
android:textSize="16dp"
app:stokeWidth="0.8" />
<ImageView
android:id="@+id/iv_next_right"
android:layout_width="22dp"
android:layout_height="22dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@drawable/res_7icon_249" />
</RelativeLayout>
<com.wd.capability.layout.ui.widget.calendar.WeekColumnView
android:layout_width="285dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:background="@color/white" />
<Space
android:layout_width="match_parent"
android:layout_height="10dp" />
<CalendarView
android:id="@+id/calendar_view"
android:layout_width="285dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:background="@color/white" />
<Space
android:layout_width="match_parent"
android:layout_height="23dp" />
</LinearLayout>
</LinearLayout>