]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/about_tab_version.xml
Fix the styling of the About tabs and AppBar.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / about_tab_version.xml
index 81ef0cc7b5bb7804f5f2a7ef8b34b9a186a0a2d7..7aa3b794cdc2a5705746270e636d72424fbbdada 100644 (file)
@@ -40,7 +40,7 @@
             xmlns:tools="http://schemas.android.com/tools">
 
             <!--tools:ignore="ContentDescription" suppresses the lint warning about supplying a content description for the ImageView,
-              which isn't needed in this case because the ImageView because is only decorative. -->
+              which isn't needed in this case because the ImageView is only decorative. -->
             <ImageView
                 android:id="@+id/about_version_icon"
                 android:layout_width="wrap_content"
@@ -93,7 +93,7 @@
                 android:text="@string/hardware"
                 android:textStyle="bold"
                 android:textSize="18sp"
-                android:textColor="@color/black" />
+                android:textColor="@color/dark_blue" />
 
             <!-- Brand. -->
             <LinearLayout
                     android:id="@+id/about_version_brand_title"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
-                    android:text="@string/brand"/>
+                    android:text="@string/brand" />
 
                 <TextView
                     android:id="@+id/about_version_brand_text"
                 android:text="@string/software"
                 android:textStyle="bold"
                 android:textSize="18sp"
-                android:textColor="@color/black"
+                android:textColor="@color/dark_blue"
                 android:paddingTop="12dp" />
 
             <!-- Android. -->