Commit d8a48f2a authored by mengcuiguang's avatar mengcuiguang

优化广告加载逻辑,视频优化

parent 7467ec0e
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<activity <activity
android:name=".ui.activitys.MainActivity" android:name=".ui.activitys.MainActivity"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true" android:exported="false"
android:launchMode="singleTask" android:launchMode="singleTask"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoneTranslucent"> android:theme="@style/AppTheme.NoneTranslucent">
......
...@@ -32,15 +32,6 @@ class MyFragment : BaseFragment(), MyView, View.OnClickListener { ...@@ -32,15 +32,6 @@ class MyFragment : BaseFragment(), MyView, View.OnClickListener {
override fun initViewsAndEvents() { override fun initViewsAndEvents() {
myPresenter.attachView(this) myPresenter.attachView(this)
tv_contact.text = SpanUtils()
.append("如有问题,请直接联系")
.append("在线客服\n")
.setForegroundColor(resources.getColor(R.color.main_mints))
.append("处理速度更快,")
.append("无需联系支付宝")
.setForegroundColor(resources.getColor(R.color.main_mints))
.create()
initListener() initListener()
} }
......
...@@ -230,6 +230,4 @@ ...@@ -230,6 +230,4 @@
android:textStyle="bold" /> android:textStyle="bold" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
<resources> <resources>
<style name="SwipeBackLayout"> <style name="SwipeBackLayout">
<item name="edge_size">0dp</item> <item name="edge_size">0dp</item>
</style> </style>
......
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