Tweak section headers in about screen
Use same style that is used in the settings screens.
This commit is contained in:
parent
72da6f8005
commit
07a23d41b9
1 changed files with 14 additions and 17 deletions
|
@ -22,13 +22,12 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="16dp"
|
android:paddingHorizontal="16dp"
|
||||||
android:paddingEnd="0dp"
|
|
||||||
android:paddingTop="16dp"
|
android:paddingTop="16dp"
|
||||||
android:paddingBottom="16dp"
|
android:paddingBottom="8dp"
|
||||||
android:text="@string/about_title"
|
android:text="@string/about_title"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||||
android:textColor="?android:attr/textColorPrimary" />
|
android:textColor="?attr/colorAccent" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/versionLayout"
|
android:id="@+id/versionLayout"
|
||||||
|
@ -194,13 +193,12 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="16dp"
|
android:paddingHorizontal="16dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingTop="16dp"
|
||||||
android:paddingTop="32dp"
|
android:paddingBottom="8dp"
|
||||||
android:paddingBottom="16dp"
|
|
||||||
android:text="@string/about_project_title"
|
android:text="@string/about_project_title"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||||
android:textColor="?android:attr/textColorPrimary" />
|
android:textColor="?attr/colorAccent" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/websiteLayout"
|
android:id="@+id/websiteLayout"
|
||||||
|
@ -366,13 +364,12 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="16dp"
|
android:paddingHorizontal="16dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingTop="16dp"
|
||||||
android:paddingTop="32dp"
|
android:paddingBottom="8dp"
|
||||||
android:paddingBottom="16dp"
|
|
||||||
android:text="@string/about_libraries"
|
android:text="@string/about_libraries"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||||
android:textColor="?android:attr/textColorPrimary" />
|
android:textColor="?attr/colorAccent" />
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/libraries"
|
android:id="@+id/libraries"
|
||||||
|
|
Loading…
Reference in a new issue