X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ffind_on_page_app_bar.xml;h=8b2a510ebaa56d472c628f0501a1e8594074dff6;hp=56f0c1e76212abc27cc2d6dd3b32c1bc3bda1360;hb=ba40295dffd761ccdc95d3b46ca7acbad1f00d5e;hpb=dff8b7116c12a739b8f1136e90d107897a6e61fd diff --git a/app/src/main/res/layout/find_on_page_app_bar.xml b/app/src/main/res/layout/find_on_page_app_bar.xml index 56f0c1e7..8b2a510e 100644 --- a/app/src/main/res/layout/find_on_page_app_bar.xml +++ b/app/src/main/res/layout/find_on_page_app_bar.xml @@ -1,7 +1,7 @@ - + + android:imeOptions="actionDone" + android:inputType="text" + tools:ignore="Autofill" /> + + + android:tint="?attr/findOnPageIconTintColor" + android:contentDescription="@string/previous" + android:onClick="findPreviousOnPage" /> + android:tint="?attr/findOnPageIconTintColor" + android:contentDescription="@string/next" + android:onClick="findNextOnPage" /> \ No newline at end of file