|
drawable\\icon.png
/res/drawable 에 위치해 있는 icon.png 파일이고, drawable은 그래픽이미지 자원(리소스)를 관리하는 곳입니다.
res\\layout\\main.xml
/res/layout 에 위치해 있는 main.xml 파일이며, layout은 사용자 인터페이스 레이아웃을 정의하는 xml 파일이 모인
|
- 페이지 6페이지
- 가격 1,000원
- 등록일 2022.10.28
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
oid:layout_height="wrap_content"
android:layout_margin="5dp"
android:background="@drawable/btnselector"
android:orientation="horizontal"
android:text="오른쪽"
android:textColor="#666666" />
<Button
android:id="@+id/btnBlu6"
android:layout_width="60dp"
android:layout_height="wrap_content"
andro
|
- 페이지 18페이지
- 가격 10,000원
- 등록일 2014.10.30
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
drawable/ic_launcher\"
android:label=\"@string/app_name\"
android:theme=\"@style/AppTheme\" >
<activity
android:name=\".INTRO\"
android:label=\"@string/title_activity_main\" >
<intent-filter>
|
- 페이지 136페이지
- 가격 3,300원
- 등록일 2014.04.13
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ndroid:id="@+id/widget_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:gravity="center"
android:src="@drawable/icon" />
</RelativeLayout>
[ appwidget.xml ] - appwidget x
|
- 페이지 6페이지
- 가격 2,800원
- 등록일 2012.03.10
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
drawable/cat\"
android:orientation=\"vertical\" >
<Button
android:id=\"@+id/button1\"
android:onClick=\"NumberIntent\"
android:layout_width=\"match_parent\"
android:layout_height=\"wrap_content\"
android:text=\"숫자게임\" />
|
- 페이지 77페이지
- 가격 1,000원
- 등록일 2013.12.07
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|