15 - 15 app/src/main/res/layout/activity_talk.xml
Datei anzeigen
@ -4,6 +4,7 @@
4 4
    xmlns:tools="http://schemas.android.com/tools"
5 5
    android:layout_width="match_parent"
6 6
    android:layout_height="match_parent"
7
    android:clipChildren="false"
7 8
    xmlns:ptr="http://schemas.android.com/apk/res-auto"
8 9
    tools:context="com.electric.chargingpile.activity.TalkActivity">
9 10
@ -84,8 +85,15 @@
84 85
        android:layout_below="@+id/rl_title"
85 86
        android:background="#f4f4f4"
86 87
        android:layout_above="@+id/ll_tab"/>
88
    <ImageView
89
        android:layout_alignParentBottom="true"
90
        android:background="@drawable/bg_tab"
91
        android:layout_width="match_parent"
92
        android:layout_height="wrap_content"/>
87 93
88 94
    <LinearLayout
95
        android:clipChildren="false"
96
        android:gravity="bottom"
89 97
        android:id="@+id/ll_tab"
90 98
        android:layout_width="match_parent"
91 99
        android:layout_height="49dp"
@ -117,7 +125,7 @@
117 125
                android:layout_gravity="center_horizontal"
118 126
                android:layout_marginTop="2dp"
119 127
                android:text="首页"
120
                android:textColor="@color/ui_64"
128
                android:textColor="@color/color_c4c7d2"
121 129
                android:textSize="10sp" />
122 130
123 131
        </LinearLayout>
@ -143,33 +151,25 @@
143 151
                android:layout_gravity="center_horizontal"
144 152
                android:layout_marginTop="2dp"
145 153
                android:text="@string/string_tab_qa"
146
                android:textColor="@color/ui_64"
154
                android:textColor="@color/color_0e0e0e"
147 155
                android:textSize="10sp" />
148 156
149 157
        </LinearLayout>
150 158
151 159
        <LinearLayout
160
            android:gravity="bottom|center_horizontal"
152 161
            android:id="@+id/tab_screening"
153 162
            android:layout_width="0dp"
154 163
            android:layout_height="match_parent"
155 164
            android:layout_weight="1"
156 165
            android:orientation="vertical">
157
158 166
            <ImageView
167
                android:layout_marginBottom="7dp"
159 168
                android:layout_width="wrap_content"
160
                android:layout_height="wrap_content"
169
                android:layout_height="50dp"
161 170
                android:layout_gravity="center_horizontal"
162
                android:layout_marginTop="8dp"
163 171
                android:src="@drawable/icon_main_scan" />
164 172
165
            <TextView
166
                android:layout_width="wrap_content"
167
                android:layout_height="wrap_content"
168
                android:layout_gravity="center_horizontal"
169
                android:layout_marginTop="2dp"
170
                android:text="充电"
171
                android:textColor="@color/ui_64"
172
                android:textSize="10sp" />
173 173
174 174
        </LinearLayout>
175 175
@ -208,7 +208,7 @@
208 208
                android:layout_centerHorizontal="true"
209 209
                android:layout_marginTop="2dp"
210 210
                android:text="发现"
211
                android:textColor="@color/ui_64"
211
                android:textColor="@color/color_c4c7d2"
212 212
                android:textSize="10sp" />
213 213
214 214
        </RelativeLayout>
@ -255,7 +255,7 @@
255 255
                android:layout_gravity="center_horizontal"
256 256
                android:layout_marginTop="2dp"
257 257
                android:text="我的"
258
                android:textColor="@color/ui_64"
258
                android:textColor="@color/color_c4c7d2"
259 259
                android:textSize="10sp" />
260 260
261 261
        </LinearLayout>

+ 15 - 13
app/src/main/res/layout/activity_user_center.xml

@ -5,6 +5,7 @@
5 5
    xmlns:app="http://schemas.android.com/apk/res-auto"
6 6
    android:background="@color/activity_bgcolor"
7 7
    android:focusable="true"
8
    android:clipChildren="false"
8 9
    android:focusableInTouchMode="true">
9 10
10 11
@ -961,8 +962,15 @@
961 962
962 963
    <!--</ScrollView>-->
963 964
965
    <ImageView
966
        android:layout_alignParentBottom="true"
967
        android:background="@drawable/bg_tab"
968
        android:layout_width="match_parent"
969
        android:layout_height="wrap_content"/>
964 970
965 971
    <LinearLayout
972
        android:clipChildren="false"
973
        android:gravity="bottom"
966 974
        android:layout_width="match_parent"
967 975
        android:layout_height="49dp"
968 976
        android:layout_alignParentBottom="true"
@ -993,7 +1001,7 @@
993 1001
                android:layout_gravity="center_horizontal"
994 1002
                android:layout_marginTop="2dp"
995 1003
                android:text="首页"
996
                android:textColor="@color/ui_64"
1004
                android:textColor="@color/color_c4c7d2"
997 1005
                android:textSize="10sp" />
998 1006
999 1007
        </LinearLayout>
@ -1018,12 +1026,13 @@
1018 1026
                android:layout_gravity="center_horizontal"
1019 1027
                android:layout_marginTop="2dp"
1020 1028
                android:text="@string/string_tab_qa"
1021
                android:textColor="@color/ui_64"
1029
                android:textColor="@color/color_c4c7d2"
1022 1030
                android:textSize="10sp" />
1023 1031
1024 1032
        </LinearLayout>
1025 1033
1026 1034
        <LinearLayout
1035
            android:gravity="bottom|center_horizontal"
1027 1036
            android:id="@+id/tab_screening"
1028 1037
            android:layout_width="0dp"
1029 1038
            android:layout_height="match_parent"
@ -1031,20 +1040,13 @@
1031 1040
            android:orientation="vertical">
1032 1041
1033 1042
            <ImageView
1043
                android:layout_marginBottom="7dp"
1034 1044
                android:layout_width="wrap_content"
1035
                android:layout_height="wrap_content"
1045
                android:layout_height="50dp"
1036 1046
                android:layout_gravity="center_horizontal"
1037 1047
                android:layout_marginTop="8dp"
1038 1048
                android:src="@drawable/icon_main_scan" />
1039 1049
1040
            <TextView
1041
                android:layout_width="wrap_content"
1042
                android:layout_height="wrap_content"
1043
                android:layout_gravity="center_horizontal"
1044
                android:layout_marginTop="2dp"
1045
                android:text="充电"
1046
                android:textColor="@color/ui_64"
1047
                android:textSize="10sp" />
1048 1050
1049 1051
        </LinearLayout>
1050 1052
@ -1083,7 +1085,7 @@
1083 1085
                android:layout_centerHorizontal="true"
1084 1086
                android:layout_marginTop="2dp"
1085 1087
                android:text="发现"
1086
                android:textColor="@color/ui_64"
1088
                android:textColor="@color/color_c4c7d2"
1087 1089
                android:textSize="10sp" />
1088 1090
1089 1091
        </RelativeLayout>
@ -1182,7 +1184,7 @@
1182 1184
                android:layout_gravity="center_horizontal"
1183 1185
                android:layout_marginTop="2dp"
1184 1186
                android:text="我的"
1185
                android:textColor="@color/ui_64"
1187
                android:textColor="@color/color_0e0e0e"
1186 1188
                android:textSize="10sp" />
1187 1189
1188 1190

+ 2 - 0
app/src/main/res/values/color.xml

@ -188,6 +188,8 @@
188 188
    <color name="color_888888">#888888</color>
189 189
    <color name="color_fb9349">#fb9349</color>
190 190
    <color name="color_1bb637">#1bb637</color>
191
    <color name="color_0e0e0e">#0E0E0E</color>
192
    <color name="color_c4c7d2">#C4C7D2</color>
191 193

192 194
    <color name="sv_black">#FF000000</color>
193 195
    <color name="sv_white">#FFFFFF</color>

cdzApp - Gogs: Go Git Service

充电桩app代码

hy 771731cc38 优化因为权限问题导致华为无法上架 %!s(int64=2) %!d(string=hace) años
.idea ad7d3228bc 车主认证图片上传 %!s(int64=5) %!d(string=hace) años
XRefreshView 0e5aebc0c1 将所有gradle升级至31 %!s(int64=4) %!d(string=hace) años
app 771731cc38 优化因为权限问题导致华为无法上架 %!s(int64=2) %!d(string=hace) años
autolayout 25ddb62bb8 完成App内部更新 %!s(int64=3) %!d(string=hace) años
gradle 0e5aebc0c1 将所有gradle升级至31 %!s(int64=4) %!d(string=hace) años
keystore 06bd894653 init %!s(int64=7) %!d(string=hace) años
library 0e5aebc0c1 将所有gradle升级至31 %!s(int64=4) %!d(string=hace) años
tmpmob 3e008ac643 修复安全漏洞,将分享的SDK初始化所需的值,配置相应Mob的后台 %!s(int64=4) %!d(string=hace) años
zxing d022807fcd 切换正式环境 %!s(int64=3) %!d(string=hace) años
.gitignore 69ebdc4814 完成我的问答的移除以及替换 %!s(int64=2) %!d(string=hace) años
README.md 9f927f0d57 列表开发 %!s(int64=6) %!d(string=hace) años
build.gradle 36bde9dbe0 完成评论视频详情页 %!s(int64=3) %!d(string=hace) años
config.gradle 0e5aebc0c1 将所有gradle升级至31 %!s(int64=4) %!d(string=hace) años
gradle.properties 5a729456b2 第三方SDK延迟初始化 %!s(int64=4) %!d(string=hace) años
gradlew 1784adb651 代码修改 %!s(int64=4) %!d(string=hace) años
gradlew.bat e1cf244fe0 remove Useless dependence %!s(int64=7) %!d(string=hace) años
icon_sgreen.png e1cf244fe0 remove Useless dependence %!s(int64=7) %!d(string=hace) años
settings.gradle a90ec777b5 视频功能完成 %!s(int64=5) %!d(string=hace) años

README.md

地图首页

MainMapActivity.java
activity_main_map.xml

智能推荐(地图首页右下角)

RecommendZhanActivity.java
activity_recommend_zhan.xml
item_recommend_zhan.xml

筛选(地图首页)

NewScreenActivity.java
activity_new_screen.xml

列表(地图首页右上角,旧功能由推荐替换)

ZhanListActivity.java
activity_zhan_list.xml

推荐

RecommendChargingStationActivity.java
activity_recommend_charging_station.xml
recommend_charging_station_item.xml

站点详情

NewZhanDetailsActivity.class
activity_new_zhan_details.xml
DetailsFragment.java
fragmen_details_new.xml