d6c732cace465d1256945R33">33
            android:ellipsize="end"
34
            android:textColor="@color/ui_62"
35
            android:textSize="18sp"/>
36
37
        <View
38
            android:layout_width="match_parent"
39
            android:layout_height="0.5dp"
40
            android:background="@color/title_line"
41
            android:layout_alignParentBottom="true"/>
42
43
    </RelativeLayout>
44
45
46
    <LinearLayout
47
        android:layout_width="match_parent"
48
        android:layout_height="60dp"
49
        android:orientation="vertical">
50
        <RelativeLayout
51
            android:layout_width="match_parent"
52
            android:layout_height="match_parent"
53
            android:layout_margin="15dp"
54
            android:background="@drawable/bg_yuanjiao_search">
55
56
            <ImageView
57
                android:id="@+id/search_icon"
58
                android:layout_width="14dp"
59
                android:layout_height="14dp"
60
                android:layout_marginLeft="8dp"
61
                android:layout_centerVertical="true"
62
                android:src="@drawable/icon_search1118"/>
63
64
            <EditText
65
                android:id="@+id/et_search"
66
                android:layout_width="match_parent"
67
                android:layout_height="match_parent"
68
                android:layout_toLeftOf="@+id/iv_clear"
69
                android:layout_toRightOf="@+id/iv_search"
70
                android:layout_marginLeft="4dp"
71
                android:layout_marginRight="4dp"
72
                android:singleLine="true"
73
                android:background="#f1f1f1"
74
                android:textColor="#222222"
75
                android:hint="请输入搜索内容"
76
                android:textColorHint="@color/ui_68"
77
                android:textSize="13sp"
78
                android:imeOptions="actionSearch"/>
79
80
            <ImageView
81
                android:id="@+id/iv_clear"
82
                android:layout_width="14dp"
83
                android:layout_height="14dp"
84
                android:layout_marginRight="8dp"
85
                android:layout_centerVertical="true"
86
                android:layout_alignParentRight="true"
87
                android:src="@drawable/app_topic_search_clear"/>
88
89
        </RelativeLayout>
90
    </LinearLayout>
91
92
    <View
93
        android:layout_width="match_parent"
94
        android:layout_height="10dp"
95
        android:background="#f4f4f4"/>
96
97
    <include layout="@layout/activity_no_net"
98
        android:visibility="gone"/>
99
100
    <com.andview.refreshview.XRefreshView
101
        android:id="@+id/xrefreshview"
102
        android:layout_width="match_parent"
103
        android:layout_height="match_parent"
104
        android:background="#fff">
105
106
        <android.support.v7.widget.RecyclerView
107
            android:id="@+id/recycler_view_test_rv"
108
            android:layout_width="match_parent"
109
            android:layout_height="match_parent"
110
            android:scrollbars="vertical" />
111
    </com.andview.refreshview.XRefreshView>
112
113
</LinearLayout>

Entrar - Gogs: Go Git Service

Entrar