diff --git a/app/app.iml b/app/app.iml
index ff6ebba..f785457 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -71,8 +71,9 @@
-
-
+
+
+
@@ -90,9 +91,10 @@
+
+
+
+
-
-
-
-
\ No newline at end of file
+
diff --git a/app/build.gradle b/app/build.gradle
index 87b1738..0f3ef8b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -30,8 +30,9 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:appcompat-v7:22.2.0'
- compile 'com.android.support:support-v4:22.2.0'
+ compile 'com.android.support:appcompat-v7:22.2.1'
+ compile 'com.android.support:support-v4:22.2.1'
+ compile 'com.android.support:design:22.2.1'
compile 'com.loopj.android:android-async-http:1.4.6'
testCompile 'junit:junit:4.12'
testCompile 'org.easytesting:fest:1.0.16'
diff --git a/app/src/main/res/drawable-hdpi/ic_arrow_back_white.png b/app/src/main/res/drawable-hdpi/ic_arrow_back_white.png
new file mode 100644
index 0000000..de7a9d2
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_arrow_back_white.png differ
diff --git a/app/src/main/res/drawable-hdpi/ic_arrow_forward_white.png b/app/src/main/res/drawable-hdpi/ic_arrow_forward_white.png
new file mode 100644
index 0000000..3d58929
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_arrow_forward_white.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_arrow_back_white.png b/app/src/main/res/drawable-mdpi/ic_arrow_back_white.png
new file mode 100644
index 0000000..43026ba
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_arrow_back_white.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_arrow_forward_white.png b/app/src/main/res/drawable-mdpi/ic_arrow_forward_white.png
new file mode 100644
index 0000000..8e09de1
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_arrow_forward_white.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_arrow_back_white.png b/app/src/main/res/drawable-xhdpi/ic_arrow_back_white.png
new file mode 100644
index 0000000..d3bf066
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_arrow_back_white.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_arrow_forward_white.png b/app/src/main/res/drawable-xhdpi/ic_arrow_forward_white.png
new file mode 100644
index 0000000..0152b5a
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_arrow_forward_white.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_arrow_back_white.png b/app/src/main/res/drawable-xxhdpi/ic_arrow_back_white.png
new file mode 100644
index 0000000..65c39a0
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_arrow_back_white.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_arrow_forward_white.png b/app/src/main/res/drawable-xxhdpi/ic_arrow_forward_white.png
new file mode 100644
index 0000000..0a0ddcb
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_arrow_forward_white.png differ
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index a6e5246..e09aeec 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -8,53 +8,58 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
- Hello blank fragment