Bladeren bron

小米6.0颜色适配

huyuguo 5 jaren geleden
bovenliggende
commit
16475d3bd0
3 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 2 2
      app/build.gradle
  2. 1 1
      app/src/main/AndroidManifest.xml
  3. 1 0
      app/src/main/res/layout/activity_topic_detail_header.xml

+ 2 - 2
app/build.gradle

@ -142,9 +142,9 @@ android {
142 142
    }
143 143
144 144
    productFlavors {
145
        yingyongbao {}
145
//        yingyongbao {}
146 146
//        c360 {}
147
//        xiaomi {}
147
        xiaomi {}
148 148
//        huawei {}
149 149
//        oppo {}
150 150
//        cdz {}

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

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

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

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