Commit 15c1f497 by YKai

feat:一键登录弹窗样式报错问题修复

parent 8c4f266f
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="authsdk_activity_dialog" parent="Theme.AppCompat.Light.NoActionBar" tools:ignore="ResourceName">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowCloseOnTouchOutside">false</item>
<item name="android:windowIsFloating">true</item>
</style>
<style name="user_new_divide_color_style">
<item name="android:layout_width">match_parent</item>
......
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