Parcourir la Source

人民币符号bug修改

huyuguo 5 ans auparavant
Parent
commit
2382c03d8a

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

@ -1,8 +1,8 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    package="com.electric.chargingpile"
4
    android:versionCode="77"
5
    android:versionName="3.3.3">
4
    android:versionCode="78"
5
    android:versionName="3.4">
6 6
    <!-- 极光 -->
7 7
    <permission
8 8
        android:name="${applicationId}.permission.JPUSH_MESSAGE"

+ 1 - 1
app/src/main/res/layout/activity_main_map.xml

@ -1130,7 +1130,7 @@
1130 1130
                    <TextView
1131 1131
                        android:layout_width="wrap_content"
1132 1132
                        android:layout_height="wrap_content"
1133
                        android:text=""
1133
                        android:text="¥"
1134 1134
                        android:textColor="#555557"
1135 1135
                        android:textSize="12dp" />
1136 1136