X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fabout_tab_version.xml;h=75bcb3e842d0fd126b87c3236061a502224098db;hb=d277b46fdd35b734dcace8c20ee9db431d2aa1da;hp=f386bb5a369880b73351e755a3a775f66df7e364;hpb=81179d84ced6b43360d42a4b44eb8fb329532ff4;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/about_tab_version.xml b/app/src/main/res/layout/about_tab_version.xml index f386bb5a..75bcb3e8 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:layout_width="match_parent" > + `tools:ignore="ContentDescription"` suppresses the lint warning about supplying a content description for the image view, + which isn't needed in this case because the image view is only decorative. --> @@ -64,13 +63,13 @@ android:id="@+id/version" android:layout_height="wrap_content" android:layout_width="wrap_content" - android:textColor="?attr/aboutText" + android:textColor="?attr/blueTextColor" android:textIsSelectable="true" android:layout_below="@id/privacy_browser_textview" android:layout_toEndOf="@id/icon" /> - + android:textColor="?attr/blueTitleTextColor" />