From: Soren Stoutner Date: Thu, 29 Oct 2015 23:56:44 +0000 (-0700) Subject: Add some TODOs for scrolling the app bar. X-Git-Tag: v1.0~32 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=49cd002c5f46d47454534fdda3ef167290c39fc4;p=PrivacyBrowserAndroid.git Add some TODOs for scrolling the app bar. --- diff --git a/app/src/main/java/com/stoutner/privacybrowser/Webview.java b/app/src/main/java/com/stoutner/privacybrowser/Webview.java index 7e87fdfd..7b0cf306 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/Webview.java +++ b/app/src/main/java/com/stoutner/privacybrowser/Webview.java @@ -63,7 +63,7 @@ public class Webview extends AppCompatActivity { urlTextBox = (EditText) actionBar.getCustomView().findViewById(R.id.urlTextBox); progressBar = (ProgressBar) actionBar.getCustomView().findViewById(R.id.progressBar); - //actionBar.setHideOnContentScrollEnabled(true); + // TODO actionBar.setHideOnContentScrollEnabled(true); } // Implement swipe down to refresh. diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index 28c0552b..2e968f3d 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -10,6 +10,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:focusable="true" - android:focusableInTouchMode="true" /> + android:focusableInTouchMode="true"/> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 92795d1c..8ccbef5c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -2,7 +2,9 @@