diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e7d6f6d..3bf58a1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,92 +4,117 @@ android:versionCode="1" android:versionName="1.0" > - + + + + android:theme="@style/MacroDroidTheme" > - + + android:configChanges="keyboardHidden|orientation" + android:label="@string/app_name" + android:screenOrientation="portrait" + android:theme="@style/FullHeightDialog" > - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project.properties b/project.properties index 5a70945..a39542f 100644 --- a/project.properties +++ b/project.properties @@ -8,4 +8,5 @@ # project structure. # Project target. -target=android-7 +target=android-15 +android.library.reference.1=../ActionBarSherlock/library diff --git a/res/drawable-hdpi/background.png b/res/drawable-hdpi/background.png new file mode 100644 index 0000000..d85904e Binary files /dev/null and b/res/drawable-hdpi/background.png differ diff --git a/res/drawable-hdpi/calendar_week.png b/res/drawable-hdpi/calendar_week.png new file mode 100644 index 0000000..298216c Binary files /dev/null and b/res/drawable-hdpi/calendar_week.png differ diff --git a/res/drawable-hdpi/ic_menu_archive.png b/res/drawable-hdpi/ic_menu_archive.png new file mode 100644 index 0000000..9ca5c62 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_archive.png differ diff --git a/res/drawable-hdpi/ic_menu_close_clear_cancel.png b/res/drawable-hdpi/ic_menu_close_clear_cancel.png new file mode 100644 index 0000000..55ab11e Binary files /dev/null and b/res/drawable-hdpi/ic_menu_close_clear_cancel.png differ diff --git a/res/drawable-hdpi/ic_menu_mark.png b/res/drawable-hdpi/ic_menu_mark.png new file mode 100644 index 0000000..724d787 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_mark.png differ diff --git a/res/drawable-hdpi/ic_menu_play_clip.png b/res/drawable-hdpi/ic_menu_play_clip.png new file mode 100644 index 0000000..06b6531 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_play_clip.png differ diff --git a/res/drawable-xhdpi/background.png b/res/drawable-xhdpi/background.png new file mode 100644 index 0000000..d85904e Binary files /dev/null and b/res/drawable-xhdpi/background.png differ diff --git a/res/drawable-xhdpi/calendar_week.png b/res/drawable-xhdpi/calendar_week.png new file mode 100644 index 0000000..298216c Binary files /dev/null and b/res/drawable-xhdpi/calendar_week.png differ diff --git a/res/drawable/action_bar_divider.xml b/res/drawable/action_bar_divider.xml new file mode 100644 index 0000000..0b3ff6c --- /dev/null +++ b/res/drawable/action_bar_divider.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/action_bar_gradient.xml b/res/drawable/action_bar_gradient.xml new file mode 100644 index 0000000..d50842b --- /dev/null +++ b/res/drawable/action_bar_gradient.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/typeb_calendar_today.png b/res/drawable/typeb_calendar_today.png new file mode 100644 index 0000000..2e513a8 Binary files /dev/null and b/res/drawable/typeb_calendar_today.png differ diff --git a/res/layout/day_detail_activity.xml b/res/layout/day_detail_activity.xml index 9124ddf..a332458 100644 --- a/res/layout/day_detail_activity.xml +++ b/res/layout/day_detail_activity.xml @@ -4,40 +4,10 @@ android:layout_height="fill_parent" android:gravity="center|top" > - - - - -