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)
댓글 없음:
댓글 쓰기