Merge branch 'dev' of http://gitlab.zhidaoauto.com/ecos/yycp-service/Launcher into dev
This commit is contained in:
@@ -82,7 +82,7 @@ class MogoMainService extends Service implements IMogoLocationListener {
|
||||
UiThreadHandler.postDelayed(() -> {
|
||||
Logger.d(TAG, "startTanluService ---------- ");
|
||||
mServiceApis.getTanluApi().startTanluService();
|
||||
}, 58_000L
|
||||
}, 2_000L
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -39,6 +39,11 @@ class GridBtnManager(val context: Context, private val container: GridLayout, pr
|
||||
} else {
|
||||
GlideApp.with(context).load(button.iconRes).placeholder(button.iconRes).error(button.iconRes).into(img)
|
||||
}
|
||||
// if (button.iconUrl.isNotEmpty()) {
|
||||
// GlideApp.with(context).load(button.iconUrl).into(img)
|
||||
// } else {
|
||||
// GlideApp.with(context).load(button.iconRes).into(img)
|
||||
// }
|
||||
content.text = button.title
|
||||
view.setOnClickListener {
|
||||
btnClickListener?.invoke(button)
|
||||
|
||||
@@ -28,7 +28,10 @@
|
||||
android:id="@+id/tvShareContent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="上报拥堵"
|
||||
android:text="上报拥堵上报拥堵上报拥堵上报拥堵"
|
||||
android:maxEms="4"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_item"
|
||||
android:textStyle="bold" />
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user