안드로이드 앱위젯플래시라이트 어플 소스
본 자료는 2페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
해당 자료는 2페이지 까지만 미리보기를 제공합니다.
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" />

[ appwidget.xml ] - appwidget xml

android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
android:id="@+id/widget"
android:layout_width="72dip"
android:layout_height="72dip"
android:layout_gravity="center"
android:background="@drawable/icon"
android:gravity="center" />
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Flashlight"
android:textSize="23px"
android:textColor="#3296ff"
android:textStyle="bold"
android:typeface="monospace" />

[ res/drawable ]
icon.png // 아이콘 파일
on.png // 플래시가 ON 상태를 알 수 있는 화면 이미지
off.png // 플래시가 OFF 상태를 알 수 있는 화면 이미지
[ res/raw ]
on.mp3 // 플래시가 ON 될 때 재생 될 사운드 파일
off.mp3 // 플래시가 OFF 될 때 재생 될 사운드 파일
[ res/xml ]
widget.xml // 폰 화면에 추가될 위젯 설정 파일
  • 가격2,800
  • 페이지수6페이지
  • 등록일2012.03.10
  • 저작시기2012.3
  • 파일형식한글(hwp)
  • 자료번호#732563
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니