Commit 260c0117 authored by mengcuiguang2's avatar mengcuiguang2

更新数美

parent 5514b740
...@@ -148,7 +148,8 @@ ...@@ -148,7 +148,8 @@
android:name="com.mints.fiveworld.ui.activitys.HintActivity" android:name="com.mints.fiveworld.ui.activitys.HintActivity"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:launchMode="singleTask" android:launchMode="singleTask"
android:screenOrientation="portrait" /> android:screenOrientation="portrait"
android:theme="@style/OutTransparentTheme"/>
<activity <activity
android:name="com.mints.fiveworld.ui.activitys.SignalStrengthActivity" android:name="com.mints.fiveworld.ui.activitys.SignalStrengthActivity"
android:excludeFromRecents="true" android:excludeFromRecents="true"
......
...@@ -21,7 +21,7 @@ public class ShumeiManager { ...@@ -21,7 +21,7 @@ public class ShumeiManager {
/** /**
* 应用标识,登录数美后台应用管理查看。 * 应用标识,登录数美后台应用管理查看。
*/ */
public static final String APP_ID = "fiveworld"; public static final String APP_ID = "5gworld";
/** /**
* 加密 KEY。 * 加密 KEY。
*/ */
......
...@@ -36,6 +36,10 @@ class HintActivity : BaseActivity(), View.OnClickListener { ...@@ -36,6 +36,10 @@ class HintActivity : BaseActivity(), View.OnClickListener {
override fun isApplyKitKatTranslucency() = false override fun isApplyKitKatTranslucency() = false
override fun toggleOverridePendingTransition() = true
override fun getOverridePendingTransitionMode() = TransitionMode.SCALE
override fun getBundleExtras(extras: Bundle?) { override fun getBundleExtras(extras: Bundle?) {
super.getBundleExtras(extras) super.getBundleExtras(extras)
extras?.let { extras?.let {
...@@ -51,7 +55,9 @@ class HintActivity : BaseActivity(), View.OnClickListener { ...@@ -51,7 +55,9 @@ class HintActivity : BaseActivity(), View.OnClickListener {
override fun onClick(v: View?) { override fun onClick(v: View?) {
when (v?.id) { when (v?.id) {
R.id.btn_hint_next -> baseApplication.exitApp() R.id.btn_hint_next ->{
baseApplication?.exitApp()
}
} }
} }
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/color_20000000"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<LinearLayout <LinearLayout
......
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