2011년 1월 4일 화요일

[Android Course][English][Theme] - Activity & Button (ETC control) make Transparent




1. Activity Transparent setting
- 'AndroidManifest.xml'
=> android:theme="@android:style/Theme.Translucent"



2. Button & ETC Control Transparent setting
ex)
Button = (Button)findViewById(R.id.button);
Drawable alpha = Button.getBackground();
alpha.setAlpha(50);



In addition, inquiries, or questions, please contact us.
(joonryang@gmail.com)

댓글 없음:

댓글 쓰기