c22c546cc3d1e6e936327R101">101
                android:layout_width="wrap_content"
102
                android:layout_height="wrap_content"
103
                android:layout_marginLeft="10dp"
104
                android:layout_marginTop="2dp"
105
                android:textColor="#ffffff"
106
                android:textSize="12sp"
107
                app:layout_constraintLeft_toRightOf="@+id/userHead"
108
                app:layout_constraintTop_toBottomOf="@+id/nickName"
109
                tools:text="比亚迪 元EV" />
110
111
            <android.support.constraint.ConstraintLayout
112
                android:id="@+id/userEdit"
113
                android:layout_width="90dp"
114
                android:layout_height="match_parent"
115
                android:visibility="gone"
116
                app:layout_constraintBottom_toBottomOf="parent"
117
                app:layout_constraintRight_toRightOf="parent"
118
                app:layout_constraintTop_toTopOf="parent"
119
                tools:visibility="visible">
120
121
                <ImageView
122
                    android:layout_width="wrap_content"
123
                    android:layout_height="wrap_content"
124
                    android:src="@drawable/app_header_edit_icon"
125
                    app:layout_constraintBottom_toBottomOf="parent"
126
                    app:layout_constraintEnd_toEndOf="parent"
127
                    app:layout_constraintStart_toStartOf="parent"
128
                    app:layout_constraintTop_toTopOf="parent" />
129
            </android.support.constraint.ConstraintLayout>
130
131
        </android.support.constraint.ConstraintLayout>
132
133
        <android.support.constraint.ConstraintLayout
134
            android:id="@+id/topicNumInfo"
135
            android:layout_width="0dp"
136
            android:layout_height="44dp"
137
            app:layout_constraintBottom_toBottomOf="parent"
138
            app:layout_constraintLeft_toLeftOf="parent"
139
            app:layout_constraintRight_toRightOf="parent">
140
141
            <android.support.constraint.ConstraintLayout
142
                android:layout_width="wrap_content"
143
                android:layout_height="wrap_content"
144
                app:layout_constraintBottom_toBottomOf="parent"
145
                app:layout_constraintEnd_toEndOf="parent"
146
                app:layout_constraintStart_toStartOf="parent"
147
                app:layout_constraintTop_toTopOf="parent">
148
149
                <TextView
150
                    android:id="@+id/topicNumLabel"
151
                    android:layout_width="wrap_content"
152
                    android:layout_height="wrap_content"
153
                    android:text="帖子"
154
                    android:textColor="#222222"
155
                    android:textSize="16sp"
156
                    app:layout_constraintBottom_toBottomOf="parent"
157
                    app:layout_constraintLeft_toLeftOf="parent"
158
                    app:layout_constraintTop_toTopOf="parent" />
159
160
                <TextView
161
                    android:layout_width="wrap_content"
162
                    android:layout_height="wrap_content"
163
                    android:paddingLeft="5dp"
164
                    android:textColor="#555555"
165
                    android:textSize="14sp"
166
                    app:layout_constraintBottom_toBottomOf="parent"
167
                    app:layout_constraintLeft_toRightOf="@+id/topicNumLabel"
168
                    app:layout_constraintTop_toTopOf="parent"
169
                    tools:text="2345" />
170
            </android.support.constraint.ConstraintLayout>
171
172
            <ImageView
173
                android:layout_width="match_parent"
174
                android:layout_height="1dp"
175
                android:background="#dddddd"
176
                app:layout_constraintBottom_toBottomOf="parent"
177
                app:layout_constraintLeft_toLeftOf="parent"
178
                app:layout_constraintRight_toRightOf="parent" />
32 179
        </android.support.constraint.ConstraintLayout>
33 180
34 181
    </android.support.constraint.ConstraintLayout>
182
183
    <!-- 列表 -->
184
185
    <com.andview.refreshview.XRefreshView
186
        android:id="@+id/xRefreshView"
187
        android:layout_width="0dp"
188
        android:layout_height="0dp"
189
        app:layout_constraintBottom_toBottomOf="parent"
190
        app:layout_constraintLeft_toLeftOf="parent"
191
        app:layout_constraintRight_toRightOf="parent"
192
        app:layout_constraintTop_toBottomOf="@+id/topView">
193
194
        <android.support.v7.widget.RecyclerView
195
            android:id="@+id/recyclerView"
196
            android:layout_width="match_parent"
197
            android:layout_height="match_parent"
198
            android:paddingTop="15dp">
199
200
        </android.support.v7.widget.RecyclerView>
201
    </com.andview.refreshview.XRefreshView>
202
203
    <include
204
        layout="@layout/activity_no_net"
205
        android:layout_width="0dp"
206
        android:layout_height="0dp"
207
        android:visibility="gone"
208
        app:layout_constraintBottom_toBottomOf="parent"
209
        app:layout_constraintLeft_toLeftOf="parent"
210
        app:layout_constraintRight_toRightOf="parent"
211
        app:layout_constraintTop_toBottomOf="@+id/topView" />
212
213
    <android.support.constraint.ConstraintLayout
214
        android:id="@+id/zeroTopicNum"
215
        android:layout_width="0dp"
216
        android:layout_height="0dp"
217
        android:visibility="gone"
218
        app:layout_constraintBottom_toBottomOf="parent"
219
        app:layout_constraintLeft_toLeftOf="parent"
220
        app:layout_constraintRight_toRightOf="parent"
221
        app:layout_constraintTop_toBottomOf="@+id/topView">
222
223
        <TextView
224
            android:layout_width="wrap_content"
225
            android:layout_height="wrap_content"
226
            android:gravity="center"
227
            android:text="快来分享吧\n小主大家都很期待你的精彩内容哦"
228
            android:textColor="#555555"
229
            android:textSize="14sp"
230
            app:layout_constraintBottom_toBottomOf="parent"
231
            app:layout_constraintLeft_toLeftOf="parent"
232
            app:layout_constraintRight_toRightOf="parent"
233
            app:layout_constraintTop_toTopOf="parent"
234
            app:layout_constraintVertical_bias="0.35000002" />
235
236
    </android.support.constraint.ConstraintLayout>
237
35 238
</android.support.constraint.ConstraintLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

hy 446b8d515b 修改首页tab样式 5 anni fa
.idea ad7d3228bc 车主认证图片上传 6 anni fa
XRefreshView 319397b60f 配置信息优化 6 anni fa
app 446b8d515b 修改首页tab样式 5 anni fa
autolayout 319397b60f 配置信息优化 6 anni fa
gradle b98aa2e34f 代码修改 6 anni fa
keystore 06bd894653 init 7 anni fa
library 319397b60f 配置信息优化 6 anni fa
zxing 3a5a14c12a 充电状态修改完成 5 anni fa
.gitignore a90ec777b5 视频功能完成 6 anni fa
README.md 9f927f0d57 列表开发 7 anni fa
build.gradle 4c85721583 删除无用so,并且升级依赖库的版本,将极光推送依赖模式改为远程依赖 5 anni fa
gradle.properties 2ccff5dbe6 配置优化 6 anni fa
gradlew 1784adb651 代码修改 5 anni fa
gradlew.bat e1cf244fe0 remove Useless dependence 7 anni fa
icon_sgreen.png e1cf244fe0 remove Useless dependence 7 anni fa
settings.gradle a90ec777b5 视频功能完成 6 anni fa

README.md

地图首页

MainMapActivity.java
activity_main_map.xml

智能推荐(地图首页右下角)

RecommendZhanActivity.java
activity_recommend_zhan.xml
item_recommend_zhan.xml

筛选(地图首页)

NewScreenActivity.java
activity_new_screen.xml

列表(地图首页右上角,旧功能由推荐替换)

ZhanListActivity.java
activity_zhan_list.xml

推荐

RecommendChargingStationActivity.java
activity_recommend_charging_station.xml
recommend_charging_station_item.xml

站点详情

NewZhanDetailsActivity.class
activity_new_zhan_details.xml
DetailsFragment.java
fragmen_details_new.xml

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo 8796d076a1 首页刷新问题解决 7 years ago
XRefreshView f780ba992e remove 7 years ago
app 8796d076a1 首页刷新问题解决 7 years ago
autolayout e1cf244fe0 remove Useless dependence 7 years ago
gradle e1cf244fe0 remove Useless dependence 7 years ago
ijkplayer-java 7082cc0853 remove 7 years ago
keystore 06bd894653 init 7 years ago
library 7082cc0853 remove 7 years ago
videolibrary 9c85577f67 发布优化 7 years ago
zxing 43208863a3 主题详情页开发完成 7 years ago
.gitignore 769b760623 信息流列表开发 7 years ago
build.gradle 548ae8a830 话题详情页面开发 7 years ago
gradlew 3473529e39 fix video play exception 7 years ago
gradlew.bat e1cf244fe0 remove Useless dependence 7 years ago
icon_sgreen.png e1cf244fe0 remove Useless dependence 7 years ago
settings.gradle d2f405e921 add video play 7 years ago