Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Android
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
Android
How to make my splashscreen transparent?
james stan
Greenhorn
Posts: 25
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Here is my Manifest code .
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.Temp2" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="11" /> <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" > <activity android:name=".SplashActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".MainActivity" android:configChanges="orientation|keyboardHidden"/> </application> </manifest>
Now SplashActivity is that of Splashscreen. How can i make my splashscreen transparent?
Deepak Bala
Bartender
Posts: 6663
5
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Make the splash image transparent by modifying its alpha using the
setAlpha()
method
SCJP 6 articles
-
SCJP 5/6 mock exams
-
More SCJP Mocks
Those who dance are thought mad by those who hear not the music. This tiny ad plays the bagpipes:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
[2010-08-16 10:31:07 - HelloDatePicker] New package not yet registered with the system
How to pass POJOs / data / values between activities?
how to transfer images to ftp server in android
Exception while running my app. (TargetSDK 2.2 API Level 8 running on 1.5 (API Level 3)
Can't make SocketServer in the emulator
Low Tech Laboratory Movie Kickstarter - March 2023
More...