Commit c12f4420 authored by linfeng's avatar linfeng

底部导航图片

parent 71275687
...@@ -9,7 +9,9 @@ package com.frame.rv.config; ...@@ -9,7 +9,9 @@ package com.frame.rv.config;
public interface RvFrameConfig extends RvFrameConstant { public interface RvFrameConfig extends RvFrameConstant {
String HOST = "https://xxtest.upyuns.com"; String HOST = "https://xxtest.upyuns.com";
String ADMIN_POST = "/api/admin/"; // String HOST = "http://10.1.37.248:8765";
// String HOST = "http://10.1.37.192:8765";
String ADMIN_POST =HOST + "/api/admin/";
String AUTH_POST = HOST + "/api/auth/"; String AUTH_POST = HOST + "/api/auth/";
String VEHICLE_POST = HOST + "/vehicle/";//租车 String VEHICLE_POST = HOST + "/vehicle/";//租车
String VEHICLE_CAR_POST = HOST + "/vehicle/";//租车 String VEHICLE_CAR_POST = HOST + "/vehicle/";//租车
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_group" android:state_selected="true"/> <item android:drawable="@drawable/home_icon_travel_selected" android:state_selected="true"/>
<item android:drawable="@drawable/tab_group_normal_nor" android:state_selected="false"/> <item android:drawable="@drawable/home_icon_travel_unselected" android:state_selected="false"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_discover" android:state_selected="true"/> <item android:drawable="@drawable/home_icon_discover_selected" android:state_selected="true"/>
<item android:drawable="@drawable/tab_discover_normal_nor" android:state_selected="false"/> <item android:drawable="@drawable/home_icon_discover_unselected" android:state_selected="false"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_chat" android:state_selected="true"/> <item android:drawable="@drawable/home_icon_home_selected" android:state_selected="true"/>
<item android:drawable="@drawable/tab_chat_normal_nor" android:state_selected="false"/> <item android:drawable="@drawable/home_icon_home_unselected" android:state_selected="false"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_mine" android:state_selected="true"/> <item android:drawable="@drawable/home_icon_mine_selected" android:state_selected="true"/>
<item android:drawable="@drawable/tab_mine_normal_nor" android:state_selected="false"/> <item android:drawable="@drawable/home_icon_mine_unselected" android:state_selected="false"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_find" android:state_selected="true"/> <item android:drawable="@drawable/home_icon_travel_selected" android:state_selected="true"/>
<item android:drawable="@drawable/tab_find_normal_nor" android:state_selected="false"/> <item android:drawable="@drawable/home_icon_travel_unselected" android:state_selected="false"/>
</selector> </selector>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment