]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/about_tab_version.xml
Add the Guide.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / about_tab_version.xml
index 81ef0cc7b5bb7804f5f2a7ef8b34b9a186a0a2d7..97a5293fa702f3846ec16249dea816725b477237 100644 (file)
         android:layout_height="wrap_content"
         android:layout_width="match_parent"
         android:orientation="vertical"
-        android:padding="16dp">
+        android:padding="16dp" >
 
         <!-- The RelativeLayout contains the header. -->
         <RelativeLayout
             android:id="@+id/about_version_relativelayout"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            xmlns:tools="http://schemas.android.com/tools">
+            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"
@@ -83,7 +83,7 @@
             android:paddingStart="4dp"
             android:paddingEnd="0dp"
             android:paddingLeft="4dp"
-            android:paddingRight="4dp">
+            android:paddingRight="4dp" >
 
             <!-- Hardware. -->
             <TextView
@@ -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. -->