]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/app_bar.xml
Remove the static member variables, converting two of them to private member variables.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / app_bar.xml
index ece3f5d9efbb85bb5c981c0d7b759c8f5b22c384..d82f5ea694e761cb38826faa3f2760d5cb6e45e3 100644 (file)
@@ -5,14 +5,15 @@
     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" >
 
+        <!-- Set the program icon as the initial favoriteIcon. -->
         <ImageView
             android:id="@+id/favoriteIcon"
             android:src="@drawable/ic_language_black_24dp"