X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Furl_bar.xml;h=afe8651c2edbb007952f100df79765b5b678647f;hp=4ee8cbdaf5aec342f92bcc7a9c4ece155e9e90d9;hb=0abf9642763f1af98af73b2fc3cc44752a342db3;hpb=8951c7351854bbfc9f2815e74b81cc2a4d606bf0 diff --git a/app/src/main/res/layout/url_bar.xml b/app/src/main/res/layout/url_bar.xml index 4ee8cbda..afe8651c 100644 --- a/app/src/main/res/layout/url_bar.xml +++ b/app/src/main/res/layout/url_bar.xml @@ -20,6 +20,7 @@ + android:onClick="viewSslCertificate" + android:contentDescription="@string/favorite_icon" /> + android:layout_height="2dp" works best for API 23 "Marshmallow", but "3dp" is required for visibility on API <= 22. + `tools:ignore="UnusedAttribute"` removes the lint waring about `progressTint` and `progressBackgroundTint` + not applying to API < 21.--> + android:visibility="gone" + tools:ignore="UnusedAttribute" /> \ No newline at end of file