Etc/android 썸네일형 리스트형 [android] rounded corner 적용하기 (shape xml 만들기) 1. 프로젝트의 drawable 폴더 하위에 New > Drawable Resource File 선택 2. 파일명 입력 ( 여기서는 rounded_corner_shape 라고 사용 ) 3. 다음과 같이 코드 입력 4. 적용하고자 하는 xml 파일에서 background 부분에 android:background="@drawable/rounded_corner_shape" 더보기 [android] 안드로이드 레이아웃 비율 설정 (layout_weight) 레이아웃에 포함된 하위 컴포넌트들의 비율을 설정해 놓고 크기 변동에 따라 동적으로 변화시키기 위함 1. 예로 아래와 같은 형태로 만들어 보고자 한다면 아래처럼 해보면 됨. Text 대신 ImageView로 하면 이미지로 설정가능하겠음. 2.상위에 weigthSum을 설정하고 그 하위에서 비율을 고려해서 weight를 설정 더보기 [android] VCS -> git push 더보기 [android] splash 화면 만들기 1. res > drawable > new > Drawable Resource File 2. splash_base 파일명 입력 더보기 [android] wifi 디버깅 모드 활성화 1. 핸드폰에서 개발자옵션 활성화 후 무선디버깅 기능 활성화 - wifi 선택 2. android stuido 에서 target device 에서 Pair devices Using Wi-Fi 더보기 [android] cannot find runner for app 더보기 이전 1 2 다음