android:theme="@android:style/Theme.Translucent"
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.AndroidProgressDialog"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="8" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:name=".AndroidProgressDialog"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
你好, 我有一個android 問題想提問.
回覆刪除http://stackoverflow.com/questions/9788842/black-backgroud-when-i-save-bitmap-to-sd-card-as-a-jpg
主要內容是, 我在手機上畫了一些紅線 背景是白色, 但當我sasve做png時, 再從sdcard 上看就是 黑底紅線, 我想知道是什麼原因. thx