안드로이드 버튼 배경 투명하게 하는법
2017. 4. 4. 22:19
반응형
버튼 속성에
android:background="#00ff0000"
를 추가해준다.
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#00ff0000" //투명
android:id="@+id/button" />
반응형
'지식메모 > 안드로이드 Android' 카테고리의 다른 글
안드로이드 Intent로 액티비티 시작시 에러 android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag 해결 (1) | 2017.07.17 |
---|---|
Android 손쉽게 권한 획득 가능한 라이브러리 TedPermission (0) | 2017.07.11 |
안드로이드 마쉬멜로우 6.0 권한 허용 팝업 기능 추가하기 (0) | 2016.08.02 |
안드로이드 스튜디오 단축키 (0) | 2016.07.23 |
안드로이드 'getDrawable(int)' is deprecated 수정하기 (0) | 2016.06.12 |