반응형
<ImageButton
android:id="@+id/button1"
android:layout_width="100dip"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:layout_weight="1"
android:adjustViewBounds="true"
android:src="@drawable/nav1"
이미지에 맞게 사이즈를 자동 조절 시켜준다.
android:adjustViewBounds="true"
android:scaleType="fitXY"
반응형
'MOBILE' 카테고리의 다른 글
현재시간 가져오기 (0) | 2016.08.21 |
---|---|
[ANDROID & PHP] 간단한 로그인 인증 (0) | 2016.08.21 |
버튼사이 여백 없애기 (0) | 2016.08.21 |
XmlPullParser 간단한 사용법 (0) | 2016.08.21 |
selector로 버튼 액션 이미지 변경 (0) | 2016.08.21 |
슬라이딩 메뉴 - SimpleSideDrawer (0) | 2016.08.21 |
C서버와 소켓통신 (0) | 2016.08.21 |
CheckBox(체크박스) 이미지 변경하기 (0) | 2016.08.21 |
댓글