intLayout 53
            android:id="@+id/likeView"
54
            android:layout_width="wrap_content"
55
            android:layout_height="match_parent"
56
            android:paddingLeft="17dp"
57
            android:paddingRight="17dp"
58
            app:layout_constraintRight_toRightOf="parent"
59
            tools:background="#ff0000">
60
61
            <ImageView
62
                android:id="@+id/likeIcon"
63
                android:layout_width="18dp"
64
                android:layout_height="18dp"
65
                android:src="@drawable/like_small_icon"
66
                app:layout_constraintBottom_toBottomOf="parent"
67
                app:layout_constraintLeft_toLeftOf="parent"
68
                app:layout_constraintTop_toTopOf="parent" />
69
70
            <TextView
71
                android:id="@+id/likeLabel"
72
                android:layout_width="wrap_content"
73
                android:layout_height="wrap_content"
74
                android:paddingLeft="4dp"
75
                android:textColor="#888888"
76
                android:textSize="12sp"
77
                app:layout_constraintBottom_toBottomOf="parent"
78
                app:layout_constraintLeft_toRightOf="@+id/likeIcon"
79
                app:layout_constraintRight_toRightOf="parent"
80
                app:layout_constraintTop_toTopOf="parent"
81
                tools:text="123" />
82
83
        </android.support.constraint.ConstraintLayout>
84
    </android.support.constraint.ConstraintLayout>
85
86
    <TextView
87
        android:id="@+id/content"
88
        android:layout_width="match_parent"
89
        android:layout_height="wrap_content"
90
        android:layout_marginLeft="39dp"
91
        android:layout_marginRight="37dp"
92
        android:textColor="#ffffff"
93
        android:textSize="14sp"
94
        app:layout_constraintTop_toBottomOf="@+id/topView"
95
        tools:text="充电桩挺多的,但是油车也多,充电的车也多。园区进门就收费,还好去了两次都充上了。"></TextView>
96
97
    <TextView
98
        android:id="@+id/deleteComment"
99
        android:layout_width="wrap_content"
100
        android:layout_height="42dp"
101
        android:gravity="center"
102
        android:paddingLeft="29dp"
103
        android:paddingRight="10dp"
104
        android:text="删除"
105
        android:textColor="#c2c2c2"
106
        android:textSize="12sp"
107
        app:layout_constraintLeft_toLeftOf="parent"
108
        app:layout_constraintTop_toBottomOf="@+id/content"
109
        tools:background="#790f59" />
110
111
    <View
112
        android:layout_width="match_parent"
113
        android:layout_height="1dp"
114
        android:layout_marginLeft="16dp"
115
        android:layout_marginTop="10dp"
116
        android:background="#505050"
117
        app:layout_constraintBottom_toBottomOf="parent"
118
        app:layout_constraintTop_toBottomOf="@+id/deleteComment" />
119
</android.support.constraint.ConstraintLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo 5336ca560f 代码更新 7 lat temu
XRefreshView f780ba992e remove 7 lat temu
app 5336ca560f 代码更新 7 lat temu
autolayout e1cf244fe0 remove Useless dependence 7 lat temu
gradle e1cf244fe0 remove Useless dependence 7 lat temu
keystore 06bd894653 init 7 lat temu
library 7082cc0853 remove 7 lat temu
videolibrary 9c85577f67 发布优化 7 lat temu
zxing 43208863a3 主题详情页开发完成 7 lat temu
.gitignore 769b760623 信息流列表开发 7 lat temu
build.gradle 548ae8a830 话题详情页面开发 7 lat temu
gradlew 3473529e39 fix video play exception 7 lat temu
gradlew.bat e1cf244fe0 remove Useless dependence 7 lat temu
icon_sgreen.png e1cf244fe0 remove Useless dependence 7 lat temu
settings.gradle a2fcbb9471 视频部分开发 7 lat temu
cdzApp - Gogs: Go Git Service

充电桩app代码

.gitignore 1.3KB

    # Created by .ignore support plugin (hsz.mobi) ### Android template # Built application files *.apk *.ap_ # Files for the ART/Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ out/ bugly # Gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Log Files *.log # Android Studio Navigation editor temp files .navigation/ # Android Studio captures folder captures/ # IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries .idea/caches .DS_Store # Keystore files # Uncomment the following line if you do not want to check your keystore files in. #*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild # Google Services (e.g. APIs or Firebase) google-services.json # Freeline freeline.py freeline/ freeline_project_description.json # fastlane fastlane/report.xml fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md ### Example user template template ### Example user template .idea/codeStyles/ .idea/inspectionProfiles/ .idea/misc.xml .idea/modules.xml .idea/runConfigurations.xml .idea/vcs.xml .idea/encodings.xml *.hprof