From 16f63187a36d1e8f63fdfdf27884bbed16a56473 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Sat, 5 Nov 2016 10:35:42 -0700 Subject: [PATCH] Implement find on page. https://redmine.stoutner.com/issues/9 --- .idea/dictionaries/soren.xml | 2 + app/src/free/res/layout/main_webview.xml | 2 +- .../privacybrowser/MainWebViewActivity.java | 84 ++++++++++++++++--- .../main/res/layout/find_on_page_app_bar.xml | 19 ++++- app/src/main/res/layout/main_webview.xml | 13 ++- app/src/main/res/values/strings.xml | 1 + 6 files changed, 99 insertions(+), 22 deletions(-) diff --git a/.idea/dictionaries/soren.xml b/.idea/dictionaries/soren.xml index fa88d991..2e3bd783 100644 --- a/.idea/dictionaries/soren.xml +++ b/.idea/dictionaries/soren.xml @@ -54,8 +54,10 @@ samsung securitypatch sendto + showsoftinput snackbar snackbars + softkeyboard subfolders tablayout techrepublic diff --git a/app/src/free/res/layout/main_webview.xml b/app/src/free/res/layout/main_webview.xml index 17d02060..403bb649 100644 --- a/app/src/free/res/layout/main_webview.xml +++ b/app/src/free/res/layout/main_webview.xml @@ -21,7 +21,7 @@ - + + + + android:contentDescription="@string/previous" + android:onClick="findPreviousOnPage"/> + android:contentDescription="@string/next" + android:onClick="findNextOnPage"/> . --> + + + - + Refresh + 0/0 Previous Next -- 2.43.0