]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_bar.xml
Implement Orbot proxy support. Fixes https://redmine.stoutner.com/issues/26.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_bar.xml
index 4ee8cbdaf5aec342f92bcc7a9c4ece155e9e90d9..7421467038ff842219b43e764c4f1c7123b43e27 100644 (file)
@@ -39,7 +39,8 @@
             android:layout_height="26dp"
             android:layout_width="26dp"
             android:layout_centerVertical="true"
-            android:contentDescription="@string/favorite_icon"/>
+            android:onClick="viewSslCertificate"
+            android:contentDescription="@string/favorite_icon" />
 
         <!-- `android:imeOptions="actionGo"` sets the keyboard to have a "go" key instead of a "new line" key.
             `android:inputType="textUri"` disables spell check in the EditText.
@@ -63,7 +64,7 @@
         android:layout_height="3dp"
         android:layout_gravity="bottom"
         android:max="100"
-        android:progressTint="@color/blue"
+        android:progressTint="@color/blue_700"
         android:progressBackgroundTint="@color/white"
         android:visibility="gone" />
 </FrameLayout>
\ No newline at end of file