Browse Source

小米6.0颜色适配

huyuguo 5 years ago
parent
commit
16475d3bd0

+ 2 - 2
app/build.gradle

142
    }
142
    }
143
143
144
    productFlavors {
144
    productFlavors {
145
        yingyongbao {}
145
//        yingyongbao {}
146
//        c360 {}
146
//        c360 {}
147
//        xiaomi {}
147
        xiaomi {}
148
//        huawei {}
148
//        huawei {}
149
//        oppo {}
149
//        oppo {}
150
//        cdz {}
150
//        cdz {}

+ 1 - 1
app/src/main/AndroidManifest.xml

2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
    package="com.electric.chargingpile"
3
    package="com.electric.chargingpile"
4
    android:versionCode="77"
4
    android:versionCode="77"
5
    android:versionName="3.3">
5
    android:versionName="3.3.1">
6
    <!-- 极光 -->
6
    <!-- 极光 -->
7
    <permission
7
    <permission
8
        android:name="${applicationId}.permission.JPUSH_MESSAGE"
8
        android:name="${applicationId}.permission.JPUSH_MESSAGE"

+ 1 - 0
app/src/main/res/layout/activity_topic_detail_header.xml

93
                android:layout_width="wrap_content"
93
                android:layout_width="wrap_content"
94
                android:layout_height="wrap_content"
94
                android:layout_height="wrap_content"
95
                android:layout_marginStart="5dp"
95
                android:layout_marginStart="5dp"
96
                android:textColor="#555555"
96
                android:gravity="center_vertical"
97
                android:gravity="center_vertical"
97
                android:textSize="12sp"
98
                android:textSize="12sp"
98
                app:layout_constraintBottom_toBottomOf="@+id/readLabel"
99
                app:layout_constraintBottom_toBottomOf="@+id/readLabel"