diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml
index 4df9beb..64abf21 100644
--- a/app/src/main/res/layout/activity_about.xml
+++ b/app/src/main/res/layout/activity_about.xml
@@ -58,11 +58,11 @@
xmlns:card_view="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/about_1"
+ android:layout_margin="5dp"
android:layout_width="match_parent"
android:layout_height="100dp"
- card_view:cardCornerRadius="2dp"
android:foreground="?android:attr/selectableItemBackground"
- android:layout_margin="5dp">
+ card_view:cardCornerRadius="2dp">
@@ -86,7 +85,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/about_description_1"
- android:textColor="@android:color/black"
android:textSize="18dp"
android:layout_marginTop="50dp"
android:layout_marginLeft="150dp"/>
@@ -96,11 +94,11 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/about_2"
android:layout_below="@id/about_1"
+ android:layout_margin="5dp"
android:layout_width="match_parent"
android:layout_height="50dp"
- card_view:cardCornerRadius="2dp"
android:foreground="?android:attr/selectableItemBackground"
- android:layout_margin="5dp">
+ card_view:cardCornerRadius="2dp">
+ card_view:cardBackgroundColor="@color/card_blue"
+ card_view:cardCornerRadius="2dp">
@@ -164,11 +161,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/about_googleplus"
android:layout_below="@id/about_googleplay"
+ android:layout_margin="5dp"
android:layout_width="match_parent"
android:layout_height="70dp"
- card_view:cardCornerRadius="2dp"
android:foreground="?android:attr/selectableItemBackground"
- android:layout_margin="5dp">
+ card_view:cardBackgroundColor="@color/card_orange"
+ card_view:cardCornerRadius="2dp">
#FFFFFF
#E0E0E0
#00000000
+
+ #00BED4
+ #8CC24A
+ #DE6262
+ #FFA175
\ No newline at end of file
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 8982820..d5208f2 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -5,5 +5,4 @@
16dp
-