From 5344a4abdf239a19485a9c858b6cc3be96002eac Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Wed, 6 May 2015 07:39:36 -0400 Subject: Add URL bar to captive portal login app. Keeps the user informed whether site is using SSL and what URL is being displayed in an attempt to avoid phishing. The progress bar is now always visible as it provides a border between the URL bar and WebView. Bug:20322548 Change-Id: I001a4501a02cc79080b0f37f0a304c609bbd7664 --- .../res/layout/activity_captive_portal_login.xml | 7 +++++++ .../captiveportallogin/CaptivePortalLoginActivity.java | 15 ++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) (limited to 'packages/CaptivePortalLogin') diff --git a/packages/CaptivePortalLogin/res/layout/activity_captive_portal_login.xml b/packages/CaptivePortalLogin/res/layout/activity_captive_portal_login.xml index a11bed0..2f0a411 100644 --- a/packages/CaptivePortalLogin/res/layout/activity_captive_portal_login.xml +++ b/packages/CaptivePortalLogin/res/layout/activity_captive_portal_login.xml @@ -10,6 +10,13 @@ android:layout_height="match_parent" android:orientation="vertical" > + +