国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

點擊圖標進入指定瀏覽器將首頁設置全透明解決一閃而過問題

2020-04-11 11:45:15
字體:
來源:轉載
供稿:網友

點擊圖標進入指定瀏覽器。

只需在onCreate()方法里添加如下代碼:

String url = "http://tiger-kfphone.com/"; Uri u = Uri.parse(url); Intent intent = new Intent(Intent.ACTION_VIEW, u); // intent.setData(u); // intent.setClassName("com.android.browser", // "com.android.browser.BrowserActivity"); startActivity(intent); finish();

但是在進入瀏覽器之前有一個頁面閃了一下,那是因為從那個空白的首頁跳過去的。客戶說不要那個一閃而過的頁面,說是個bug。

最后解決的辦法是把他變成透明的就好了。

在styles.xml里添加如下代碼:

<style name="Translucent_NoTitle" parent="android:style/Theme.Dialog"> <item name="android:windowNoTitle">true</item> <item name="android:background">#00000000</item> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:colorBackgroundCacheHint">@null</item> <item name="android:windowIsTranslucent">true</item> </style>

然后在AndroidManifest里添加如下代碼:

<activity android:name="com.hklt.link.MainActivity" android:label="@string/app_name" android:theme="@style/Translucent_NoTitle" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 久治县| 齐齐哈尔市| 海晏县| 若尔盖县| 郁南县| 青河县| 济宁市| 额济纳旗| 突泉县| 靖安县| 渭源县| 昭苏县| 靖远县| 阿鲁科尔沁旗| 香港| 宾阳县| 游戏| 故城县| 兴安县| 福建省| 伊宁市| 个旧市| 临江市| 永善县| 会宁县| 区。| 成安县| 四平市| 永定县| 桐乡市| 宜城市| 米脂县| 澄迈县| 进贤县| 河东区| 潢川县| 丹寨县| 九寨沟县| 拜城县| 天祝| 军事|