]> 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 7aa3b794cdc2a5705746270e636d72424fbbdada..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 is only decorative. -->
@@ -83,7 +83,7 @@
             android:paddingStart="4dp"
             android:paddingEnd="0dp"
             android:paddingLeft="4dp"
-            android:paddingRight="4dp">
+            android:paddingRight="4dp" >
 
             <!-- Hardware. -->
             <TextView