1. 目的地车友白天模式
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/module_services_online_car_panel_close_margin_top"
|
||||
android:text="目的地车友"
|
||||
android:textStyle="bold"
|
||||
android:text="@string/module_services_online_car_panel_title"
|
||||
android:textColor="@color/module_services_online_car_panel_title_textColor"
|
||||
android:textSize="@dimen/module_services_online_car_panel_title_text_size" />
|
||||
|
||||
@@ -124,7 +125,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="加载失败,请点击重试"
|
||||
android:text="@string/module_services_error_text"
|
||||
android:textColor="@color/module_services_error_textColor"
|
||||
android:textSize="@dimen/module_services_empty_tip_textSize" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
<string name="module_services_panel_item_distance_tag_text">距离导航目的地</string>
|
||||
<string name="module_services_panel_item_detail_text">查看车友信息</string>
|
||||
<string name="module_services_online_car_panel_empty_tmpl">很抱歉,目的地%dKM内未找到车友</string>
|
||||
<string name="module_services_online_car_panel_title">目的地车友</string>
|
||||
<string name="module_services_error_text">加载失败,请点击重试</string>
|
||||
</resources>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@@ -2,7 +2,7 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<gradient android:angle="0" android:endColor="#66676982" android:startColor="#668384A9" />
|
||||
<gradient android:angle="0" android:endColor="#D4D4D4" android:startColor="#C4C4C4" />
|
||||
<corners android:radius="@dimen/module_services_panel_item_detail_bkg_corner" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<gradient android:angle="0" android:endColor="#66585E8B" android:startColor="#662E324B" />
|
||||
<gradient android:angle="0" android:endColor="#E6E6E6" android:startColor="#DDDDDD" />
|
||||
<corners android:radius="@dimen/module_services_panel_strategy_button_bkg_corner" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
<resources>
|
||||
<color name="module_service_info_window_content_textColor_light">#333333</color>
|
||||
<color name="module_services_online_car_panel_title_textColor_light">#FF333333</color>
|
||||
<color name="module_services_empty_tip_textColor_light">#FF333333</color>
|
||||
<color name="module_services_empty_tip_textColor_light">#B2333333</color>
|
||||
<color name="module_services_error_textColor_light">#FF333333</color>
|
||||
<color name="module_services_load_strategy_textColor_light">#000000</color>
|
||||
<color name="module_services_load_strategy_textColor_light">#333333</color>
|
||||
|
||||
<color name="module_services_panel_item_nickname_textColor_light">#333333</color>
|
||||
<color name="module_services_panel_item_detail_textColor_light">#333333</color>
|
||||
<color name="module_services_panel_item_distance_textColor_light">#666666</color>
|
||||
|
||||
<color name="module_services_id_panel_item_avatar_border_color_light">#81A4DC</color>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user