d class="lines-num lines-num-new"> 170
                    android:layout_width="wrap_content"
171
                    android:layout_height="wrap_content"
172
                    android:textColor="#ffffff"
173
                    android:textSize="12sp"
174
                    app:layout_constraintLeft_toLeftOf="parent"
175
                    app:layout_constraintTop_toTopOf="parent"
176
                    tools:text="小电" />
177
178
                <TextView
179
                    android:id="@+id/addDate"
180
                    android:layout_width="wrap_content"
181
                    android:layout_height="wrap_content"
182
                    android:textColor="#888888"
183
                    android:textSize="12sp"
184
                    app:layout_constraintBottom_toBottomOf="parent"
185
                    app:layout_constraintLeft_toLeftOf="parent"
186
                    app:layout_constraintTop_toBottomOf="@+id/nickName"
187
                    tools:text="2019-05-29 16:28" />
188
            </android.support.constraint.ConstraintLayout>
189
        </android.support.constraint.ConstraintLayout>
190
191
        <!-- 信息 -->
192
        <android.support.constraint.ConstraintLayout
193
            android:id="@+id/msgContainer"
194
            android:layout_width="match_parent"
195
            android:layout_height="wrap_content"
196
            app:layout_constraintBottom_toTopOf="@+id/progressBar">
197
198
            <TextView
199
                android:id="@+id/msg"
200
                android:layout_width="0dp"
201
                android:layout_height="wrap_content"
202
                android:layout_marginRight="30dp"
203
                android:ellipsize="end"
204
                android:paddingLeft="40dp"
205
                android:paddingRight="10dp"
206
                android:paddingBottom="25dp"
207
                android:scrollbarStyle="outsideOverlay"
208
                android:scrollbars="vertical"
209
                android:textColor="#e2e2e2"
210
                android:textSize="14sp"
211
                app:layout_constraintBottom_toBottomOf="parent"
212
                app:layout_constraintLeft_toLeftOf="parent"
213
                app:layout_constraintRight_toRightOf="parent"
214
                app:layout_constraintTop_toTopOf="parent"
215
                tools:text="迪克啥看来当减肥考虑送到,迪克啥看来当减肥考虑送到迪克啥看来当减肥考虑送到" />
216
217
            <ImageView
218
                android:id="@+id/fold"
219
                android:layout_width="42dp"
220
                android:layout_height="62dp"
221
                android:paddingLeft="15dp"
222
                android:paddingTop="25dp"
223
                android:paddingRight="15dp"
224
                android:paddingBottom="25dp"
225
                android:src="@drawable/unfold_icon"
226
                app:layout_constraintBottom_toBottomOf="parent"
227
                app:layout_constraintRight_toRightOf="parent" />
228
        </android.support.constraint.ConstraintLayout>
229
        <!-- 自定义进度条 -->
230
        <ProgressBar
231
            android:id="@+id/progressBar"
232
            style="@android:style/Widget.ProgressBar.Horizontal"
233
            android:layout_width="match_parent"
234
            android:layout_height="1dp"
235
            android:max="100"
236
            android:progressDrawable="@drawable/video_player_progressbar"
237
            app:layout_constraintBottom_toTopOf="@+id/toolBar"
238
            tools:progress="50" />
239
        <!-- 底部工具栏 -->
240
        <android.support.constraint.ConstraintLayout
241
            android:id="@+id/toolBar"
242
            android:layout_width="match_parent"
83 243
            android:layout_height="50dp"
84 244
            app:layout_constraintBottom_toBottomOf="parent"
85 245
            tools:background="#00aee6">
@ -201,6 +361,6 @@
201 361
            </android.support.constraint.ConstraintLayout>
202 362
203 363
        </android.support.constraint.ConstraintLayout>
204
    </android.support.constraint.ConstraintLayout>
205 364
365
    </android.support.constraint.ConstraintLayout>
206 366
</android.support.constraint.ConstraintLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo 769b760623 信息流列表开发 преди 7 години
..
SmallVideoLib2 d2f405e921 add video play преди 7 години
picture_library 769b760623 信息流列表开发 преди 7 години