]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/app_bar.xml
Add menu items for copy, paste, and share URL.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / app_bar.xml
index ece3f5d9efbb85bb5c981c0d7b759c8f5b22c384..80cdb814a97c0181357aa99f4358bc3f06b492f5 100644 (file)
@@ -5,13 +5,13 @@
     android:id="@+id/addressBarFrameLayout"
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content">
+    android:layout_height="wrap_content" >
 
     <LinearLayout
         android:id="@+id/addressBarLinearLayout"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:orientation="horizontal">
+        android:orientation="horizontal" >
 
         <ImageView
             android:id="@+id/favoriteIcon"