X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fabout_tab_version.xml;h=1df1ef0de5c236a557859acb3ecb3bcdb29022de;hp=586014d0b824237d73b4e0ae498a9aae9a536490;hb=ba632a37a66aad3feeac8fcf12afdbe38032049d;hpb=66213601459e6e2f739f2991581ffb0a1a1c0b43 diff --git a/app/src/main/res/layout/about_tab_version.xml b/app/src/main/res/layout/about_tab_version.xml index 586014d0..1df1ef0d 100644 --- a/app/src/main/res/layout/about_tab_version.xml +++ b/app/src/main/res/layout/about_tab_version.xml @@ -1,7 +1,7 @@ + + android:paddingEnd="5dp" + tools:ignore="RtlSymmetry,ContentDescription" /> + android:textColor="?attr/aboutTitle" + android:paddingTop="12dp" + android:layout_toEndOf="@id/icon" /> + android:layout_width="wrap_content" + android:textColor="?attr/aboutText" + android:layout_below="@id/privacy_browser_textview" + android:layout_toEndOf="@id/icon" /> + Although we don't need it, we have to include `android:paddingEnd` to make lint happy. --> + android:textColor="?attr/aboutTitle" /> + android:id="@+id/brand" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/manufacturer" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/model" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/device" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/bootloader" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/radio" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/android" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/security_patch" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + android:id="@+id/build" + android:layout_height="wrap_content" + android:layout_width="wrap_content" /> + + + + + + + + android:text="@string/blocklists" + android:textStyle="bold" + android:textSize="18sp" + android:textColor="?attr/aboutTitle" + android:paddingTop="12dp" /> + + + + + + + + + + + + android:text="@string/package_signature" + android:textStyle="bold" + android:textSize="18sp" + android:textColor="?attr/aboutTitle" + android:paddingTop="12dp" /> + + + + + + + + + + + + + + \ No newline at end of file