diff --git a/.gitignore b/.gitignore index 65ce75e..80d5674 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ project.properties # Proguard folder generated by Eclipse proguard/ +.svn/ diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 91d517d..4ab2d87 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -1,3 +1,6 @@ eclipse.preferences.version=1 encoding//src/com/example/headdiary/hddialog/EndTimeDialog.java=UTF-8 +encoding//src/com/example/headdiary/hddialog/EndTimeQuestion.java=UTF-8 +encoding//src/com/example/headdiary/hddialog/SelectMonthDialog.java=UTF-8 encoding//src/com/example/headdiary/hddialog/StartTimeDialog.java=UTF-8 +encoding//src/com/example/headdiary/hddialog/StartTimeQuestion.java=UTF-8 diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f38ef08..5df01e5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,13 +16,32 @@ + + + + + + + + + + + + + + + + + android:windowSoftInputMode="stateAlwaysHidden" + android:launchMode="singleInstance"> @@ -39,6 +58,10 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libs/GetuiExt-1.2.2.jar b/libs/GetuiExt-1.2.2.jar new file mode 100644 index 0000000..6ee2b7b Binary files /dev/null and b/libs/GetuiExt-1.2.2.jar differ diff --git a/libs/GetuiSdk2.2.5.9.jar b/libs/GetuiSdk2.2.5.9.jar new file mode 100644 index 0000000..1490a78 Binary files /dev/null and b/libs/GetuiSdk2.2.5.9.jar differ diff --git a/libs/armeabi/libgetuiext.so b/libs/armeabi/libgetuiext.so new file mode 100644 index 0000000..8482c95 Binary files /dev/null and b/libs/armeabi/libgetuiext.so differ diff --git a/res/anim/bottomitem_in.xml b/res/anim/bottomitem_in.xml new file mode 100644 index 0000000..cd74cdf --- /dev/null +++ b/res/anim/bottomitem_in.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/anim/inuptodown.xml b/res/anim/inuptodown.xml new file mode 100644 index 0000000..85fe837 --- /dev/null +++ b/res/anim/inuptodown.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/anim/outdowntoup.xml b/res/anim/outdowntoup.xml new file mode 100644 index 0000000..44c16d6 --- /dev/null +++ b/res/anim/outdowntoup.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/anim/topitem_in.xml b/res/anim/topitem_in.xml new file mode 100644 index 0000000..c716cbc --- /dev/null +++ b/res/anim/topitem_in.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/drawable-hdpi/arrow1.png b/res/drawable-hdpi/arrow1.png new file mode 100644 index 0000000..2a57849 Binary files /dev/null and b/res/drawable-hdpi/arrow1.png differ diff --git a/res/drawable-hdpi/arrow2.png b/res/drawable-hdpi/arrow2.png new file mode 100644 index 0000000..a1cdc38 Binary files /dev/null and b/res/drawable-hdpi/arrow2.png differ diff --git a/res/drawable-hdpi/arrow_left.png b/res/drawable-hdpi/arrow_left.png new file mode 100644 index 0000000..2e7b79e Binary files /dev/null and b/res/drawable-hdpi/arrow_left.png differ diff --git a/res/drawable-hdpi/arrow_left1.png b/res/drawable-hdpi/arrow_left1.png new file mode 100644 index 0000000..dba5c16 Binary files /dev/null and b/res/drawable-hdpi/arrow_left1.png differ diff --git a/res/drawable-hdpi/arrow_right.png b/res/drawable-hdpi/arrow_right.png new file mode 100644 index 0000000..4aba223 Binary files /dev/null and b/res/drawable-hdpi/arrow_right.png differ diff --git a/res/drawable-hdpi/arrow_right1.png b/res/drawable-hdpi/arrow_right1.png new file mode 100644 index 0000000..f9cbc56 Binary files /dev/null and b/res/drawable-hdpi/arrow_right1.png differ diff --git a/res/drawable-hdpi/bg1.jpg b/res/drawable-hdpi/bg1.jpg new file mode 100644 index 0000000..01ca4a0 Binary files /dev/null and b/res/drawable-hdpi/bg1.jpg differ diff --git a/res/drawable-hdpi/bg_shezhi.9.png b/res/drawable-hdpi/bg_shezhi.9.png new file mode 100644 index 0000000..2817298 Binary files /dev/null and b/res/drawable-hdpi/bg_shezhi.9.png differ diff --git a/res/drawable-hdpi/btn_big_popsubmit_disable.9.png b/res/drawable-hdpi/btn_big_popsubmit_disable.9.png new file mode 100644 index 0000000..df30b63 Binary files /dev/null and b/res/drawable-hdpi/btn_big_popsubmit_disable.9.png differ diff --git a/res/drawable-hdpi/comment_divider_line.png b/res/drawable-hdpi/comment_divider_line.png new file mode 100644 index 0000000..a501ff8 Binary files /dev/null and b/res/drawable-hdpi/comment_divider_line.png differ diff --git a/res/drawable-hdpi/ic_pulltorefresh_arrow.png b/res/drawable-hdpi/ic_pulltorefresh_arrow.png new file mode 100644 index 0000000..a12cbe9 Binary files /dev/null and b/res/drawable-hdpi/ic_pulltorefresh_arrow.png differ diff --git a/res/drawable-hdpi/line_cross.png b/res/drawable-hdpi/line_cross.png new file mode 100644 index 0000000..b75591d Binary files /dev/null and b/res/drawable-hdpi/line_cross.png differ diff --git a/res/drawable-hdpi/list_item_bg1.9.png b/res/drawable-hdpi/list_item_bg1.9.png new file mode 100644 index 0000000..7357283 Binary files /dev/null and b/res/drawable-hdpi/list_item_bg1.9.png differ diff --git a/res/drawable-hdpi/listview_item_background.9.png b/res/drawable-hdpi/listview_item_background.9.png new file mode 100644 index 0000000..4154d57 Binary files /dev/null and b/res/drawable-hdpi/listview_item_background.9.png differ diff --git a/res/drawable-hdpi/nav_menu_bg.png b/res/drawable-hdpi/nav_menu_bg.png new file mode 100644 index 0000000..9f12797 Binary files /dev/null and b/res/drawable-hdpi/nav_menu_bg.png differ diff --git a/res/drawable-hdpi/nav_menu_home.png b/res/drawable-hdpi/nav_menu_home.png new file mode 100644 index 0000000..0abd4e5 Binary files /dev/null and b/res/drawable-hdpi/nav_menu_home.png differ diff --git a/res/drawable-hdpi/nav_menu_home_selected.png b/res/drawable-hdpi/nav_menu_home_selected.png new file mode 100644 index 0000000..dce49bc Binary files /dev/null and b/res/drawable-hdpi/nav_menu_home_selected.png differ diff --git a/res/drawable-hdpi/nav_menu_hot.png b/res/drawable-hdpi/nav_menu_hot.png new file mode 100644 index 0000000..0817773 Binary files /dev/null and b/res/drawable-hdpi/nav_menu_hot.png differ diff --git a/res/drawable-hdpi/nav_menu_hot_selected.png b/res/drawable-hdpi/nav_menu_hot_selected.png new file mode 100644 index 0000000..38cb257 Binary files /dev/null and b/res/drawable-hdpi/nav_menu_hot_selected.png differ diff --git a/res/drawable-hdpi/publish_input_bg.9.png b/res/drawable-hdpi/publish_input_bg.9.png new file mode 100644 index 0000000..0526caf Binary files /dev/null and b/res/drawable-hdpi/publish_input_bg.9.png differ diff --git a/res/drawable-hdpi/push.png b/res/drawable-hdpi/push.png new file mode 100644 index 0000000..16160b4 Binary files /dev/null and b/res/drawable-hdpi/push.png differ diff --git a/res/drawable-hdpi/security_row_qq_bg.9.png b/res/drawable-hdpi/security_row_qq_bg.9.png new file mode 100644 index 0000000..a62e224 Binary files /dev/null and b/res/drawable-hdpi/security_row_qq_bg.9.png differ diff --git a/res/drawable-hdpi/slash_line.png b/res/drawable-hdpi/slash_line.png new file mode 100644 index 0000000..bdffa16 Binary files /dev/null and b/res/drawable-hdpi/slash_line.png differ diff --git a/res/drawable-hdpi/tab_unread_bg.9.png b/res/drawable-hdpi/tab_unread_bg.9.png new file mode 100644 index 0000000..012e980 Binary files /dev/null and b/res/drawable-hdpi/tab_unread_bg.9.png differ diff --git a/res/drawable-ldpi/push.png b/res/drawable-ldpi/push.png new file mode 100644 index 0000000..16160b4 Binary files /dev/null and b/res/drawable-ldpi/push.png differ diff --git a/res/drawable-mdpi/push.png b/res/drawable-mdpi/push.png new file mode 100644 index 0000000..16160b4 Binary files /dev/null and b/res/drawable-mdpi/push.png differ diff --git a/res/drawable/i_shade.xml b/res/drawable/i_shade.xml new file mode 100644 index 0000000..45e2c28 --- /dev/null +++ b/res/drawable/i_shade.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/slash_bg.xml b/res/drawable/slash_bg.xml new file mode 100644 index 0000000..4a0abc2 --- /dev/null +++ b/res/drawable/slash_bg.xml @@ -0,0 +1,3 @@ + + \ No newline at end of file diff --git a/res/layout/activity_ache_degree_dialog.xml b/res/layout/activity_ache_degree_dialog.xml index 31a92b7..a0d2be6 100644 --- a/res/layout/activity_ache_degree_dialog.xml +++ b/res/layout/activity_ache_degree_dialog.xml @@ -12,13 +12,20 @@ + - - + android:layout_height="wrap_content" > + + + + + + + + - + android:layout_marginTop="33dp" > +