Updated google icons, fixed subheader color in about section
|
After Width: | Height: | Size: 638 B |
BIN
app/src/main/res/drawable-hdpi/ic_google_circles_white_24dp.png
Normal file
|
After Width: | Height: | Size: 799 B |
|
Before Width: | Height: | Size: 733 B |
|
After Width: | Height: | Size: 426 B |
BIN
app/src/main/res/drawable-mdpi/ic_google_circles_white_24dp.png
Normal file
|
After Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 488 B |
|
After Width: | Height: | Size: 817 B |
BIN
app/src/main/res/drawable-xhdpi/ic_google_circles_white_24dp.png
Normal file
|
After Width: | Height: | Size: 963 B |
|
Before Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
|
@ -23,7 +23,8 @@
|
|||
android:paddingRight="16dp"
|
||||
android:paddingTop="24dp"
|
||||
android:text="@string/author"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -83,7 +84,7 @@
|
|||
android:id="@+id/icon_google_plus"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_google_plus_box_white_24dp"
|
||||
android:src="@drawable/ic_google_circles_white_24dp"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -21,7 +21,8 @@
|
|||
android:paddingRight="16dp"
|
||||
android:paddingTop="24dp"
|
||||
android:text="@string/special_thanks_to"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_gravity="center"
|
||||
app:cardBackgroundColor="?cardBackgroundColor"
|
||||
app:cardUseCompatPadding="true">
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
android:paddingRight="16dp"
|
||||
android:paddingTop="24dp"
|
||||
android:text="@string/support_development"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/report_bugs"
|
||||
|
|
@ -38,10 +39,10 @@
|
|||
android:paddingRight="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_bug_report"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_bug_report_white_24dp"
|
||||
android:id="@+id/icon_bug_report"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -81,10 +82,10 @@
|
|||
android:paddingRight="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_google_plus_community"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_google_plus_box_white_24dp"
|
||||
android:id="@+id/icon_google_plus_community"
|
||||
android:src="@drawable/ic_google_circles_communities_white_24dp"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -124,10 +125,10 @@
|
|||
android:paddingRight="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_flag"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_flag_white_24dp"
|
||||
android:id="@+id/icon_flag"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -167,10 +168,10 @@
|
|||
android:paddingRight="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_rate"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_play_shopping_bag_white_24dp"
|
||||
android:id="@+id/icon_rate"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -210,10 +211,10 @@
|
|||
android:paddingRight="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_donate"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/ic_attach_money_white_24dp"
|
||||
android:id="@+id/icon_donate"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||