您的位置:首页 > 移动开发 > Android开发

Android Activity之间跳转出现短暂黑屏的处理方法(转)

2016-08-02 09:30 369 查看
<?xml version="1.0" encoding="utf-8"?> <resources>      <!-- Activity主题 -->      <style name="activityTheme" parent="@android:style/Theme">          <item name="android:windowIsTranslucent">true</item>      </style>  </resources>

<activity android:name=".activity.BookActivity"        android:theme="@style/activityTheme" />
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐