;ImageView 1810
                android:layout_width="wrap_content"
1811
                android:layout_height="wrap_content"
1812
                android:src="@drawable/private_protocol_bg"
1813
                app:layout_constraintBottom_toBottomOf="parent"
1814
                app:layout_constraintLeft_toLeftOf="parent"
1815
                app:layout_constraintRight_toRightOf="parent"
1816
                app:layout_constraintTop_toTopOf="parent" />
1817
1818
            <ImageView
1819
                android:id="@+id/private_protocol_sure_and_go"
1820
                android:layout_width="wrap_content"
1821
                android:layout_height="wrap_content"
1822
                android:layout_marginBottom="15dp"
1823
                android:src="@drawable/private_protocol_btn"
1824
                app:layout_constraintBottom_toBottomOf="parent"
1825
                app:layout_constraintLeft_toLeftOf="parent"
1826
                app:layout_constraintRight_toRightOf="parent" />
1827
1828
            <Button
1829
                android:id="@+id/private_protocol_web"
1830
                android:layout_width="120dp"
1831
                android:layout_height="36dp"
1832
                android:layout_marginLeft="15dp"
1833
                android:layout_marginBottom="15dp"
1834
                android:background="@color/transparent"
1835
                app:layout_constraintBottom_toTopOf="@+id/private_protocol_sure_and_go"
1836
                app:layout_constraintLeft_toLeftOf="parent" />
1837
        </androidx.constraintlayout.widget.ConstraintLayout>
1838
    </androidx.constraintlayout.widget.ConstraintLayout>
1839
    <!-- 首页首次启动弹出隐私协议 end -->
1840 1793
</RelativeLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo b98aa2e34f 代码修改 6 ans auparavant
..
gradle-wrapper.jar e1cf244fe0 remove Useless dependence 7 ans auparavant
gradle-wrapper.properties b98aa2e34f 代码修改 6 ans auparavant