android 仿小米便签,高仿小米便签

【实例简介】

一款高仿小米的便签软件,有添加,修改,删除的功能,更用到了桌面小组件技术。

【实例截图】

【核心代码】

b860cec9-6a78-4499-ba04-888b50ab2366

└── WsINote

├── AndroidManifest.xml

├── bin

│   ├── AndroidManifest.xml

│   ├── classes

│   │   └── com

│   │   └── ws

│   │   └── wsinote

│   │   ├── bean

│   │   │   └── Note.class

│   │   ├── BuildConfig.class

│   │   ├── myapp

│   │   │   └── MyApp.class

│   │   ├── NoteAct$10.class

│   │   ├── NoteAct$11.class

│   │   ├── NoteAct$12.class

│   │   ├── NoteAct$1.class

│   │   ├── NoteAct$2.class

│   │   ├── NoteAct$3.class

│   │   ├── NoteAct$4$ViewHold.class

│   │   ├── NoteAct$4.class

│   │   ├── NoteAct$5.class

│   │   ├── NoteAct$6.class

│   │   ├── NoteAct$7.class

│   │   ├── NoteAct$8.class

│   │   ├── NoteAct$9.class

│   │   ├── NoteAct.class

│   │   ├── NoteAddAct.class

│   │   ├── R$anim.class

│   │   ├── R$attr.class

│   │   ├── R$color.class

│   │   ├── R$dimen.class

│   │   ├── R$drawable.class

│   │   ├── R$id.class

│   │   ├── R$layout.class

│   │   ├── R$menu.class

│   │   ├── R$string.class

│   │   ├── R$style.class

│   │   ├── R$xml.class

│   │   ├── R.class

│   │   ├── sqlite

│   │   │   └── CreatDB.class

│   │   └── widget

│   │   ├── NoteWidget2X.class

│   │   └── NoteWidget.class

│   ├── classes.dex

│   ├── dexedLibs

│   │   ├── android-support-v4-183baf8e3c83a942a8276f6487cf8170.jar

│   │   ├── android-support-v4-239bae6d7a868d57ec2e45129a2948c7.jar

│   │   ├── annotations-9867fea461b18ad43d18a1e459121e89.jar

│   │   └── annotations-fc60f9bb66fa16c86637b1d527986d94.jar

│   ├── jarlist.cache

│   ├── res

│   │   ├── drawable-hdpi

│   │   │   ├── bg_btn_set_color.png

│   │   │   ├── bg_color_btn_mask.png

│   │   │   ├── call_record.png

│   │   │   ├── clock.png

│   │   │   ├── delete.png

│   │   │   ├── dropdown_icon.9.png

│   │   │   ├── edit_blue.9.png

│   │   │   ├── edit_green.9.png

│   │   │   ├── edit_red.9.png

│   │   │   ├── edit_title_blue.9.png

│   │   │   ├── edit_title_green.9.png

│   │   │   ├── edit_title_red.9.png

│   │   │   ├── edit_title_white.9.png

│   │   │   ├── edit_title_yellow.9.png

│   │   │   ├── edit_white.9.png

│   │   │   ├── edit_yellow.9.png

│   │   │   ├── font_large.png

│   │   │   ├── font_normal.png

│   │   │   ├── font_size_selector_bg.9.png

│   │   │   ├── font_small.png

│   │   │   ├── font_super.png

│   │   │   ├── ic_launcher.png

│   │   │   ├── icon_app.png

│   │   │   ├── jiao.png

│   │   │   ├── list_background.png

│   │   │   ├── list_blue_down.9.png

│   │   │   ├── list_blue_middle.9.png

│   │   │   ├── list_blue_single.9.png

│   │   │   ├── list_blue_up.9.png

│   │   │   ├── list_folder.9.png

│   │   │   ├── list_footer_bg.9.png

│   │   │   ├── list_green_down.9.png

│   │   │   ├── list_green_middle.9.png

│   │   │   ├── list_green_single.9.png

│   │   │   ├── list_green_up.9.png

│   │   │   ├── list_red_down.9.png

│   │   │   ├── list_red_middle.9.png

│   │   │   ├── list_red_single.9.png

│   │   │   ├── list_red_up.9.png

│   │   │   ├── list_white_down.9.png

│   │   │   ├── list_white_middle.9.png

│   │   │   ├── list_white_single.9.png

│   │   │   ├── list_white_up.9.png

│   │   │   ├── list_yellow_down.9.png

│   │   │   ├── list_yellow_middle.9.png

│   │   │   ├── list_yellow_single.9.png

│   │   │   ├── list_yellow_up.9.png

│   │   │   ├── menu_delete.png

│   │   │   ├── menu_move.png

│   │   │   ├── new_note_normal.png

│   │   │   ├── new_note_pressed.png

│   │   │   ├── note_edit_color_selector_panel.png

│   │   │   ├── notification.png

│   │   │   ├── search_result.png

│   │   │   ├── selected.png

│   │   │   ├── title_alert.png

│   │   │   ├── title_bar_bg.9.png

│   │   │   ├── widget_2x_blue.png

│   │   │   ├── widget_2x_green.png

│   │   │   ├── widget_2x_red.png

│   │   │   ├── widget_2x_white.png

│   │   │   ├── widget_2x_yellow.png

│   │   │   ├── widget_4x_blue.png

│   │   │   ├── widget_4x_green.png

│   │   │   ├── widget_4x_red.png

│   │   │   ├── widget_4x_white.png

│   │   │   └── widget_4x_yellow.png

│   │   ├── drawable-mdpi

│   │   │   └── ic_launcher.png

│   │   └── drawable-xhdpi

│   │   ├── ic_launcher.png

│   │   └── meinv3.PNG

│   ├── resources.ap_

│   └── WsINote.apk

├── gen

│   └── com

│   └── ws

│   └── wsinote

│   ├── BuildConfig.java

│   └── R.java

├── libs

│   └── android-support-v4.jar

├── proguard-project.txt

├── project.properties

├── res

│   ├── anim

│   │   ├── bottom_down.xml

│   │   ├── bottom_up.xml

│   │   ├── top_down.xml

│   │   └── top_up.xml

│   ├── color

│   │   ├── primary_text_dark.xml

│   │   └── secondary_text_dark.xml

│   ├── drawable

│   │   ├── all_select_bg.xml

│   │   ├── jiao_1.xml

│   │   ├── lachang.xml

│   │   └── new_note.xml

│   ├── drawable-hdpi

│   │   ├── bg_btn_set_color.png

│   │   ├── bg_color_btn_mask.png

│   │   ├── call_record.png

│   │   ├── clock.png

│   │   ├── delete.png

│   │   ├── dropdown_icon.9.png

│   │   ├── edit_blue.9.png

│   │   ├── edit_green.9.png

│   │   ├── edit_red.9.png

│   │   ├── edit_title_blue.9.png

│   │   ├── edit_title_green.9.png

│   │   ├── edit_title_red.9.png

│   │   ├── edit_title_white.9.png

│   │   ├── edit_title_yellow.9.png

│   │   ├── edit_white.9.png

│   │   ├── edit_yellow.9.png

│   │   ├── font_large.png

│   │   ├── font_normal.png

│   │   ├── font_size_selector_bg.9.png

│   │   ├── font_small.png

│   │   ├── font_super.png

│   │   ├── ic_launcher.png

│   │   ├── icon_app.png

│   │   ├── jiao.png

│   │   ├── list_background.png

│   │   ├── list_blue_down.9.png

│   │   ├── list_blue_middle.9.png

│   │   ├── list_blue_single.9.png

│   │   ├── list_blue_up.9.png

│   │   ├── list_folder.9.png

│   │   ├── list_footer_bg.9.png

│   │   ├── list_green_down.9.png

│   │   ├── list_green_middle.9.png

│   │   ├── list_green_single.9.png

│   │   ├── list_green_up.9.png

│   │   ├── list_red_down.9.png

│   │   ├── list_red_middle.9.png

│   │   ├── list_red_single.9.png

│   │   ├── list_red_up.9.png

│   │   ├── list_white_down.9.png

│   │   ├── list_white_middle.9.png

│   │   ├── list_white_single.9.png

│   │   ├── list_white_up.9.png

│   │   ├── list_yellow_down.9.png

│   │   ├── list_yellow_middle.9.png

│   │   ├── list_yellow_single.9.png

│   │   ├── list_yellow_up.9.png

│   │   ├── menu_delete.png

│   │   ├── menu_move.png

│   │   ├── new_note_normal.png

│   │   ├── new_note_pressed.png

│   │   ├── note_edit_color_selector_panel.png

│   │   ├── notification.png

│   │   ├── search_result.png

│   │   ├── selected.png

│   │   ├── title_alert.png

│   │   ├── title_bar_bg.9.png

│   │   ├── widget_2x_blue.png

│   │   ├── widget_2x_green.png

│   │   ├── widget_2x_red.png

│   │   ├── widget_2x_white.png

│   │   ├── widget_2x_yellow.png

│   │   ├── widget_4x_blue.png

│   │   ├── widget_4x_green.png

│   │   ├── widget_4x_red.png

│   │   ├── widget_4x_white.png

│   │   └── widget_4x_yellow.png

│   ├── drawable-mdpi

│   │   └── ic_launcher.png

│   ├── drawable-xhdpi

│   │   ├── ic_launcher.png

│   │   ├── meinv1.png

│   │   ├── meinv3.PNG

│   │   ├── meinv.png

│   │   └── mienv2.jpg

│   ├── layout

│   │   ├── all_select.xml

│   │   ├── note_2.xml

│   │   ├── note_4.xml

│   │   ├── note_act.xml

│   │   ├── note_add_act.xml

│   │   ├── note_foot.xml

│   │   └── note_item.xml

│   ├── menu

│   │   └── main.xml

│   ├── values

│   │   ├── colors.xml

│   │   ├── dimens.xml

│   │   ├── strings.xml

│   │   └── styles.xml

│   ├── values-sw600dp

│   │   └── dimens.xml

│   ├── values-sw720dp-land

│   │   └── dimens.xml

│   ├── values-v11

│   │   └── styles.xml

│   ├── values-v14

│   │   └── styles.xml

│   └── xml

│   ├── note_2.xml

│   └── note_4.xml

└── src

└── com

└── ws

└── wsinote

├── bean

│   └── Note.java

├── myapp

│   └── MyApp.java

├── NoteAct.java

├── NoteAddAct.java

├── sqlite

│   └── CreatDB.java

└── widget

├── NoteWidget2X.java

└── NoteWidget.java

43 directories, 226 files

相关资源:ios签名软件-iOS工具类资源

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2021年4月26日
下一篇 2021年4月26日

相关推荐