delete unused res and opt ui
@@ -808,13 +808,13 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
|
||||
*/
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
public void onMarkerInfo(final MarkerInfo event) {
|
||||
Logger.d(TAG, "onMarkerInfo ------------>");
|
||||
Log.d(TAG, "onMarkerInfo ------------>");
|
||||
if (event == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
String poiType = "";
|
||||
if (event.type.equals("1")) { //上报路况 TODO 修改探路
|
||||
if (event.type.equals("1")) { //上报路况
|
||||
mMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_block_up);
|
||||
} else if (event.type.equals("2")) { //交通检查 10002
|
||||
poiType = "10002";
|
||||
@@ -826,7 +826,7 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
|
||||
mMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_block_up);
|
||||
}
|
||||
|
||||
Logger.d(TAG, "onMarkerInfo share onCompleted ------>");
|
||||
Log.d(TAG, "onMarkerInfo share onCompleted ------>");
|
||||
MogoMarkerOptions options = new MogoMarkerOptions()
|
||||
.icon(mMarkerIcon)
|
||||
.latitude(event.lat)
|
||||
|
||||
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 347 B |
|
Before Width: | Height: | Size: 384 B |
|
Before Width: | Height: | Size: 375 B |
|
Before Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 380 B |
|
Before Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 702 B |
|
Before Width: | Height: | Size: 910 B |
|
Before Width: | Height: | Size: 941 B |
|
Before Width: | Height: | Size: 865 B |
|
Before Width: | Height: | Size: 883 B |
|
Before Width: | Height: | Size: 949 B |
|
Before Width: | Height: | Size: 849 B |
|
Before Width: | Height: | Size: 742 B |
|
Before Width: | Height: | Size: 699 B |
|
Before Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 838 B |
|
Before Width: | Height: | Size: 832 B |
|
Before Width: | Height: | Size: 791 B |
|
Before Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 942 B |
|
Before Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 601 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 393 B |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 697 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 708 B |
@@ -94,11 +94,11 @@
|
||||
android:layout_width="@dimen/tanlu_module_card_previous_width"
|
||||
android:layout_height="@dimen/tanlu_module_card_previous_height"
|
||||
android:layout_centerVertical="true"
|
||||
android:paddingLeft="@dimen/dp_40"
|
||||
android:paddingLeft="@dimen/tanlu_module_card_previous_margin_left"
|
||||
android:background="@drawable/shape_bg_222533"
|
||||
android:drawableLeft="@drawable/media_previous"
|
||||
android:gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp_40"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
android:text="@string/tanlu_previous"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/tanlu_module_card_next_size" />
|
||||
@@ -110,11 +110,12 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:paddingRight="@dimen/dp_80"
|
||||
android:paddingLeft="@dimen/dp_70"
|
||||
android:paddingRight="@dimen/tanlu_module_card_next_margin_left"
|
||||
android:paddingLeft="@dimen/tanlu_module_card_next_margin_left"
|
||||
android:background="@drawable/shape_bg_222533"
|
||||
android:drawableRight="@drawable/media_next"
|
||||
android:gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
android:text="@string/tanlu_next"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/tanlu_module_card_next_size" />
|
||||
@@ -138,7 +139,7 @@
|
||||
android:layout_marginLeft="@dimen/tanlu_module_card_empty_maginleft"
|
||||
android:layout_marginRight="@dimen/tanlu_module_card_empty_maginleft"
|
||||
android:layout_marginTop="@dimen/tanlu_module_card_empty_magintop"
|
||||
android:src="@mipmap/main_view_empty_bg" />
|
||||
android:src="@drawable/main_view_empty_bg" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_main_empty"
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB |
@@ -37,6 +37,8 @@
|
||||
<dimen name="tanlu_module_card_empty_magintop">65px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_maginleft">109px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_tv_magintop">28px</dimen>
|
||||
<dimen name="tanlu_module_card_previous_margin_left">45px</dimen>
|
||||
<dimen name="tanlu_module_card_next_margin_left">45px</dimen>
|
||||
|
||||
<!--字体-->
|
||||
<dimen name="tanlu_module_full_title_content">20px</dimen>
|
||||
|
||||
@@ -38,6 +38,8 @@
|
||||
<dimen name="tanlu_module_card_empty_magintop">75px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_maginleft">205px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_tv_magintop">25px</dimen>
|
||||
<dimen name="tanlu_module_card_previous_margin_left">90px</dimen>
|
||||
<dimen name="tanlu_module_card_next_margin_left">80px</dimen>
|
||||
|
||||
<!--字体-->
|
||||
<dimen name="tanlu_module_full_title_content">38px</dimen>
|
||||
|
||||
@@ -38,6 +38,8 @@
|
||||
<dimen name="tanlu_module_card_empty_magintop">75px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_maginleft">205px</dimen>
|
||||
<dimen name="tanlu_module_card_empty_tv_magintop">25px</dimen>
|
||||
<dimen name="tanlu_module_card_previous_margin_left">90px</dimen>
|
||||
<dimen name="tanlu_module_card_next_margin_left">80px</dimen>
|
||||
|
||||
<!--字体-->
|
||||
<dimen name="tanlu_module_full_title_content">38px</dimen>
|
||||
|
||||