반응형
첫번째 방법 : 자바소스 상 버튼 백그라운드 색을 없애준다
'buttonName'.setBackgroundDrawable(null); //버튼 배경 null값 주기
두번째 방법 : XML 소스상 버튼 배경을 바꿔준다.
< Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#00000000"
android:scaleType="centerCrop"
android:text="Button" />
'buttonName'.setBackgroundDrawable(null); //버튼 배경 null값 주기
두번째 방법 : XML 소스상 버튼 배경을 바꿔준다.
< Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#00000000"
android:scaleType="centerCrop"
android:text="Button" />
반응형
'MOBILE' 카테고리의 다른 글
startActivityForResult 값 주고받기 (0) | 2016.08.21 |
---|---|
한 메소드로 Spinner 여러개 사용하기 (0) | 2016.08.21 |
현재시간 가져오기 (0) | 2016.08.21 |
[ANDROID & PHP] 간단한 로그인 인증 (0) | 2016.08.21 |
XmlPullParser 간단한 사용법 (0) | 2016.08.21 |
이미지버튼 사이즈 조절 (0) | 2016.08.21 |
selector로 버튼 액션 이미지 변경 (0) | 2016.08.21 |
슬라이딩 메뉴 - SimpleSideDrawer (0) | 2016.08.21 |
댓글