5dee3c045ac94c88272de05R343">343
                    android:textSize="12sp"
344
                    app:layout_constraintRight_toRightOf="parent"
345
                    tools:text="123" />
346
347
            </android.support.constraint.ConstraintLayout>
348
            <!-- 点赞 -->
349
            <android.support.constraint.ConstraintLayout
350
                android:id="@+id/like"
351
                android:layout_width="wrap_content"
352
                android:layout_height="match_parent"
353
                app:layout_constraintRight_toLeftOf="@+id/comment">
354
355
                <ImageView
356
                    android:id="@+id/likeIcon"
357
                    android:layout_width="wrap_content"
358
                    android:layout_height="wrap_content"
359
                    android:src="@drawable/like_icon"
360
                    app:layout_constraintBottom_toBottomOf="parent"
361
                    app:layout_constraintRight_toLeftOf="@+id/likeLabel"
362
                    app:layout_constraintTop_toTopOf="parent" />
363
364
                <TextView
365
                    android:id="@+id/likeLabel"
366
                    android:layout_width="wrap_content"
367
                    android:layout_height="match_parent"
368
                    android:gravity="center"
369
                    android:paddingLeft="3dp"
370
                    android:textColor="#888888"
371
                    android:textSize="12sp"
372
                    app:layout_constraintRight_toRightOf="parent"
373
                    tools:text="999+" />
374
            </android.support.constraint.ConstraintLayout>
375
376
        </android.support.constraint.ConstraintLayout>
377
378
    </android.support.constraint.ConstraintLayout>
48 379
49 380
    <include
50 381
        layout="@layout/fragment_chat_content_comment_list"

+ 13 - 0
app/src/main/res/layout/fragment_chat_photo.xml

@ -0,0 +1,13 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<android.support.constraint.ConstraintLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
    xmlns:app="http://schemas.android.com/apk/res-auto"
5
    xmlns:tools="http://schemas.android.com/tools"
6
    android:layout_width="match_parent"
7
    android:layout_height="match_parent">
8
9
    <com.github.chrisbanes.photoview.PhotoView
10
        android:id="@+id/photoView"
11
        android:layout_width="match_parent"
12
        android:layout_height="match_parent" />
13
</android.support.constraint.ConstraintLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo df6eeeb220 冲突解决 6 ans auparavant
..
libs b98aa2e34f 代码修改 6 ans auparavant
src df6eeeb220 冲突解决 6 ans auparavant
.DS_Store 58251b6308 gradle 升级 7 ans auparavant
build.gradle b98aa2e34f 代码修改 6 ans auparavant
gradle.properties b98aa2e34f 代码修改 6 ans auparavant
proguard-rules.pro 81a96bcc72 首次安装定位无效问题解决 7 ans auparavant
Kenny Munoz - Gogs: Go Git Service
kennymunoz358 (Kenny Munoz)

Seguidores