Przeglądaj źródła

360首发图表添加

huyuguo 5 lat temu
rodzic
commit
a76fa646c4

+ 4 - 4
app/src/main/java/com/electric/chargingpile/application/MainApplication.java

@ -73,10 +73,10 @@ public class MainApplication extends MultiDexApplication {
73 73
    public static String firstPoint = "";
74 74
    public static Boolean firstSsyd;
75 75
    public static String password = "";
76
    public static String url = "http://59.110.68.162";// 充电桩测试环境
77
//    public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
78
    public static String urlNew = "http://123.56.67.7:83/api/0300";// 一电测试环境
79
//    public static String urlNew = "https://api.touchev.com:83/api/0200";// 一电正式环境
76
//    public static String url = "http://59.110.68.162";// 充电桩测试环境
77
    public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
78
//    public static String urlNew = "http://123.56.67.7:83/api/0300";// 一电测试环境
79
    public static String urlNew = "https://api.touchev.com:83/api/0200";// 一电正式环境
80 80
    public static String pic_url = "http://cdz.evcharge.cc/zhannew/uploadfile/";
81 81
    //	public static String url = "https://cdz.d1ev.com";
82 82
    public static String build_flag = "0";

BIN
app/src/main/res/drawable-hdpi/logo_360.png


BIN
app/src/main/res/drawable-mdpi/logo_360.png


BIN
app/src/main/res/drawable-xhdpi/logo_360.png


BIN
app/src/main/res/drawable-xxhdpi/logo_360.png


BIN
app/src/main/res/drawable-xxxhdpi/logo_360.png


+ 9 - 0
app/src/main/res/layout/activity_welcome.xml

@ -51,6 +51,15 @@
51 51
        android:textColor="#AAAAAA"
52 52
        android:textSize="12sp" />
53 53

54
    <!-- 360 首发标识 -->
55
    <ImageView
56
        android:src="@drawable/logo_360"
57
        android:layout_width="wrap_content"
58
        android:layout_centerHorizontal="true"
59
        android:layout_alignParentBottom="true"
60
        android:layout_marginBottom="80dp"
61
        android:layout_height="wrap_content" />
62

54 63
    <com.zhy.autolayout.AutoLinearLayout
55 64
        android:id="@+id/ll_1"
56 65
        android:layout_width="wrap_content"