diff --git a/app/src/main/res/drawable/ic_check_black_24dp.xml b/app/src/main/res/drawable/ic_check_black_24dp.xml
new file mode 100644
index 000000000..3c728c59f
--- /dev/null
+++ b/app/src/main/res/drawable/ic_check_black_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable/tab_indicator_default.xml b/app/src/main/res/drawable/tab_indicator_default.xml
new file mode 100644
index 000000000..341f4d706
--- /dev/null
+++ b/app/src/main/res/drawable/tab_indicator_default.xml
@@ -0,0 +1,12 @@
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/tab_indicator_selected.xml b/app/src/main/res/drawable/tab_indicator_selected.xml
new file mode 100644
index 000000000..41c1bcf73
--- /dev/null
+++ b/app/src/main/res/drawable/tab_indicator_selected.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/tab_selector.xml b/app/src/main/res/drawable/tab_selector.xml
new file mode 100644
index 000000000..001747c31
--- /dev/null
+++ b/app/src/main/res/drawable/tab_selector.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_review.xml b/app/src/main/res/layout/activity_review.xml
index 941879d7c..a0b813f55 100644
--- a/app/src/main/res/layout/activity_review.xml
+++ b/app/src/main/res/layout/activity_review.xml
@@ -23,17 +23,15 @@
-
+ android:layout_below="@id/toolbar">
@@ -41,11 +39,13 @@
android:id="@+id/reviewPagerIndicator"
android:layout_height="@dimen/half_standard_height"
android:layout_width="match_parent"
+ android:layout_below="@id/reviewPager"
android:layout_gravity="bottom"
- android:padding="5dp"
+ android:elevation="3dp"
+ android:background="?attr/colorPrimaryDark"
/>
-
+
diff --git a/app/src/main/res/layout/fragment_review_image.xml b/app/src/main/res/layout/fragment_review_image.xml
index 8103ea3cb..76a0c4190 100644
--- a/app/src/main/res/layout/fragment_review_image.xml
+++ b/app/src/main/res/layout/fragment_review_image.xml
@@ -3,9 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:weightSum="5"
+ android:weightSum="6"
android:orientation="vertical"
- android:background="@color/main_background_light"
android:gravity="center_horizontal"
>
@@ -21,8 +20,10 @@
android:layout_width="match_parent"
android:textColor="@android:color/black"
android:layout_height="0dp"
- android:layout_weight="0.7"
+ android:layout_weight="1.1"
android:textAlignment="center"
+ android:textSize="32dp"
+ android:gravity="center_vertical"
android:text="testing1"
/>
@@ -46,15 +50,29 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/yes"/>
+ android:background="@android:color/transparent"
+ android:text="@string/yes"
+ android:textSize="20dp"
+ android:textColor="?attr/colorPrimaryDark"
+ />
+ android:text="@string/no"
+ android:textSize="20dp"
+ android:textColor="?attr/colorPrimaryDark"
+ />
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/drawer.xml b/app/src/main/res/menu/drawer.xml
index 114759cf9..961e8d6ed 100644
--- a/app/src/main/res/menu/drawer.xml
+++ b/app/src/main/res/menu/drawer.xml
@@ -24,7 +24,7 @@