Updated google icons, fixed subheader color in about section
This commit is contained in:
parent
1ba60009ac
commit
70fd12f8bf
18 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue