diff --git a/.gitmodules b/.gitmodules index 71bd337..5f8800f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "viewpagerindicator"] path = viewpagerindicator url = git://github.com/JakeWharton/Android-ViewPagerIndicator.git +[submodule "submodules/viewpagerindicator"] + path = submodules/viewpagerindicator + url = git://github.com/JakeWharton/Android-ViewPagerIndicator.git diff --git a/app/project.properties b/app/project.properties deleted file mode 100644 index 84b6544..0000000 --- a/app/project.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "ant.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-18 -android.library.reference.1=../submodules/facebook-android-sdk/facebook -android.library.reference.2=../submodules/Android-Feather -android.library.reference.3=../submodules/HoloEverywhere/library -android.library.reference.4=../submodules/HoloEverywhere/addons/preferences -android.library.reference.5=../submodules/HoloEverywhere/addons/slider -android.library.reference.6=../submodules/google-play-services_lib diff --git a/app/res/drawable-hdpi/slide_1_image.png b/app/res/drawable-hdpi/slide_1_image.png new file mode 100644 index 0000000..51f63d0 Binary files /dev/null and b/app/res/drawable-hdpi/slide_1_image.png differ diff --git a/app/res/drawable-hdpi/slide_2_image.png b/app/res/drawable-hdpi/slide_2_image.png new file mode 100644 index 0000000..1447515 Binary files /dev/null and b/app/res/drawable-hdpi/slide_2_image.png differ diff --git a/app/res/drawable-hdpi/slide_3_image.png b/app/res/drawable-hdpi/slide_3_image.png new file mode 100644 index 0000000..9986bef Binary files /dev/null and b/app/res/drawable-hdpi/slide_3_image.png differ diff --git a/app/res/drawable/custom_border_intro.xml b/app/res/drawable/custom_border_intro.xml new file mode 100644 index 0000000..395fd90 --- /dev/null +++ b/app/res/drawable/custom_border_intro.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/activity_intro.xml b/app/res/layout/activity_intro.xml new file mode 100644 index 0000000..f6539d6 --- /dev/null +++ b/app/res/layout/activity_intro.xml @@ -0,0 +1,36 @@ + + + + + +