wjc
2023-06-28 14de918a79943e4961b09fa01ed320c6cad41f2e
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
 
    <include
        android:id="@+id/toolbar_top_fragment_house_list_rl"
        layout="@layout/toolbar_top_view_52" />
 
    <RelativeLayout
        android:id="@+id/fragment_house_list_head_rl"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_64"
        android:background="@color/text_F9FAFB"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl">
 
        <LinearLayout
            android:id="@+id/fragment_house_list_content_ll"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginStart="@dimen/dp_20"
            android:layout_marginEnd="@dimen/dp_20"
            android:orientation="horizontal">
 
            <RelativeLayout
                android:id="@+id/fragment_house_list_content_title1_rl"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_weight="3"
                android:gravity="center"
                android:orientation="horizontal">
 
                <TextView
                    android:id="@+id/fragment_house_list_content_title1_tv"
                    android:layout_width="wrap_content"
                    android:layout_height="@dimen/dp_20"
                    android:text="@string/my_power_station_发电功率"
                    android:textColor="@color/text_90000000"
                    android:textSize="@dimen/text_14" />
 
                <ImageView
                    android:id="@+id/fragment_house_list_content_title1_iv"
                    android:layout_width="@dimen/dp_10"
                    android:layout_height="@dimen/dp_6"
                    android:layout_alignTop="@+id/fragment_house_list_content_title1_tv"
                    android:layout_alignBottom="@+id/fragment_house_list_content_title1_tv"
                    android:layout_marginStart="@dimen/dp_7"
                    android:layout_toEndOf="@+id/fragment_house_list_content_title1_tv"
                    android:src="@drawable/down" />
            </RelativeLayout>
 
            <RelativeLayout
                android:id="@+id/fragment_house_list_content_title2_rl"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_weight="3"
                android:gravity="center"
                android:orientation="horizontal">
 
                <TextView
                    android:id="@+id/fragment_house_list_content_title2_tv"
                    android:layout_width="wrap_content"
                    android:layout_height="@dimen/dp_20"
                    android:text="@string/my_power_station_今日发电"
                    android:textColor="@color/text_90000000"
                    android:textSize="@dimen/text_14" />
 
                <ImageView
                    android:id="@+id/my_power_station_content_title2_iv"
                    android:layout_width="@dimen/dp_10"
                    android:layout_height="@dimen/dp_6"
                    android:layout_alignTop="@+id/fragment_house_list_content_title2_tv"
                    android:layout_alignBottom="@+id/fragment_house_list_content_title2_tv"
                    android:layout_marginStart="@dimen/dp_7"
                    android:layout_toEndOf="@+id/fragment_house_list_content_title2_tv"
                    android:src="@drawable/down" />
            </RelativeLayout>
 
            <RelativeLayout
                android:id="@+id/fragment_house_list_content_title3_rl"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_weight="3"
                android:gravity="center"
                android:orientation="horizontal">
 
                <TextView
                    android:id="@+id/fragment_house_list_content_title3_tv"
                    android:layout_width="wrap_content"
                    android:layout_height="@dimen/dp_20"
                    android:text="@string/my_power_station_创建时间"
                    android:textColor="@color/text_90000000"
                    android:textSize="@dimen/text_14" />
 
                <ImageView
                    android:id="@+id/fragment_house_list_content_title3_iv"
                    android:layout_width="@dimen/dp_10"
                    android:layout_height="@dimen/dp_6"
                    android:layout_alignTop="@+id/fragment_house_list_content_title3_tv"
                    android:layout_alignBottom="@+id/fragment_house_list_content_title3_tv"
                    android:layout_marginStart="@dimen/dp_7"
                    android:layout_toEndOf="@+id/fragment_house_list_content_title3_tv"
                    android:src="@drawable/down" />
            </RelativeLayout>
 
        </LinearLayout>
 
    </RelativeLayout>
 
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
        android:id="@+id/fragment_house_srl"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/fragment_house_list_head_rl">
 
        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/fragment_house_srl_list_rc"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
 
 
</androidx.constraintlayout.widget.ConstraintLayout>