1671
                android:src="@drawable/authentication"
1672 1672
                tools:visibility="visible" />
1673 1673
1674 1674
            <ImageView

+ 4 - 1
app/src/main/res/layout/activity_privacy_agreement.xml

@ -56,8 +56,10 @@
56 56
    </ScrollView>
57 57
58 58
    <LinearLayout
59
        app:layout_constraintEnd_toEndOf="parent"
60
        app:layout_constraintStart_toStartOf="parent"
59 61
        android:id="@+id/bottom_btn"
60
        android:layout_width="match_parent"
62
        android:layout_width="0dp"
61 63
        android:layout_height="wrap_content"
62 64
        android:orientation="vertical"
63 65
        android:paddingLeft="20dp"
@ -67,6 +69,7 @@
67 69
        app:layout_constraintBottom_toBottomOf="parent">
68 70
69 71
        <TextView
72
70 73
            android:id="@+id/agree_enter_text_view"
71 74
            android:layout_width="match_parent"
72 75
            android:layout_height="wrap_content"

cdzApp - Gogs: Go Git Service

充电桩app代码

build.gradle 1.4KB

    // Top-level build file where you can add configuration options common to all sub-projects/modules. apply from: "config.gradle" buildscript { // apply plugin: 'bugly' // apply plugin: 'org.greenrobot.greendao' // // bugly { // appId = '900010422' // 注册时分配的App ID // appKey = 'mnhwhy8jP7Fq2G6b' // 注册时分配的App Key // } repositories { maven {url 'https://maven.aliyun.com/repository/google/'} maven {url 'https://maven.aliyun.com/repository/public/'} maven {url 'https://maven.aliyun.com/repository/gradle-plugin/'} maven { url "https://www.jitpack.io" } maven {url 'https://repo1.maven.org/maven2/' } maven {url "https://mvn.mob.com/android"} mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:4.2.1' classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0' classpath 'com.tencent.bugly:symtabfileuploader:latest.release' classpath "com.mob.sdk:MobSDK:+" } } allprojects { repositories { flatDir { dirs 'libs' } maven {url 'https://maven.aliyun.com/repository/google/'} maven {url 'https://maven.aliyun.com/repository/public/'} maven {url 'https://maven.aliyun.com/repository/gradle-plugin/'} maven { url "https://www.jitpack.io" } maven { url 'https://repo1.maven.org/maven2/' } mavenCentral() } }