diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 968cadd..cd908c0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,44 +1,46 @@ - + android:versionCode="5" + android:versionName="1.4"> + + - - - - + android:theme="@style/AppTheme" > + + - + - + android:name=".EditPlaylistActivity" + android:label="@string/app_name" + android:screenOrientation="landscape" + android:theme="@style/AppTheme.NoTitleBar" /> + - + android:name=".HelpActivity" + android:label="@string/help" + android:screenOrientation="landscape" /> + + + - \ No newline at end of file + diff --git a/libs/GoogleAdMobAdsSdk-6.2.1.jar b/libs/GoogleAdMobAdsSdk-6.2.1.jar deleted file mode 100644 index f7bae2c..0000000 Binary files a/libs/GoogleAdMobAdsSdk-6.2.1.jar and /dev/null differ diff --git a/libs/GoogleAdMobAdsSdk-6.4.1.jar b/libs/GoogleAdMobAdsSdk-6.4.1.jar new file mode 100644 index 0000000..de66754 Binary files /dev/null and b/libs/GoogleAdMobAdsSdk-6.4.1.jar differ diff --git a/res/drawable-hdpi/help1.png b/res/drawable-hdpi/help1.png new file mode 100644 index 0000000..586cf64 Binary files /dev/null and b/res/drawable-hdpi/help1.png differ diff --git a/res/drawable-hdpi/help2.png b/res/drawable-hdpi/help2.png new file mode 100644 index 0000000..69c23be Binary files /dev/null and b/res/drawable-hdpi/help2.png differ diff --git a/res/drawable-hdpi/logo.png b/res/drawable-hdpi/logo.png new file mode 100644 index 0000000..56dd8cf Binary files /dev/null and b/res/drawable-hdpi/logo.png differ diff --git a/res/layout/editor_menu.xml b/res/layout/editor_menu.xml new file mode 100644 index 0000000..7a0a0ba --- /dev/null +++ b/res/layout/editor_menu.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/layout/help.xml b/res/layout/help.xml new file mode 100644 index 0000000..03456b7 --- /dev/null +++ b/res/layout/help.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/playlist_editor.xml b/res/layout/playlist_editor.xml index e7730ac..a214bd3 100644 --- a/res/layout/playlist_editor.xml +++ b/res/layout/playlist_editor.xml @@ -19,16 +19,15 @@