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;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ffind_on_page_app_bar.xml;h=56f0c1e76212abc27cc2d6dd3b32c1bc3bda1360;hp=3cb0f995f187e1746a3d676ecd672aaaffb24218;hb=dff8b7116c12a739b8f1136e90d107897a6e61fd;hpb=c53f7f40ba3e031ad6d0eb7ccec25e79911819c2 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 3cb0f995..56f0c1e7 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 @@ -18,47 +18,56 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - + + android:layout_width="match_parent" + android:orientation="horizontal" + android:visibility="gone" > + + + + android:id="@+id/find_previous" + android:src="@drawable/previous" + android:layout_width="35dp" + android:layout_height="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:layout_gravity="center_vertical" + android:contentDescription="@string/previous" /> - - - - - - \ No newline at end of file + android:id="@+id/close_find" + android:src="@drawable/close" + android:layout_width="35dp" + android:layout_height="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="8dp" + android:layout_gravity="center_vertical" + android:contentDescription="@string/close" + android:onClick="closeFindOnPage" /> + \ No newline at end of file