]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_drawer_top_appbar.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_drawer_top_appbar.xml
index 7fbe9ea49358b3594f1f9ef0e4d8946a55ce244f..f4e37b27b4fa7d09ba9a1b5501d0a24673e7bf98 100644 (file)
@@ -21,7 +21,6 @@
 <FrameLayout
     android:id="@+id/bookmarks_framelayout"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_height="match_parent"
     android:layout_width="match_parent"
@@ -50,8 +49,7 @@
                 android:src="@drawable/back"
                 android:background="?attr/selectableItemBackground"
                 android:onClick="bookmarksBack"
-                android:contentDescription="@string/back"
-                app:tint="?android:attr/textColorPrimary" />
+                android:contentDescription="@string/back" />
 
             <TextView
                 android:id="@+id/bookmarks_title_textview"
@@ -79,7 +77,7 @@
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
         android:layout_marginBottom="155dp"
-        android:src="@drawable/bookmarks_day"
+        android:src="@drawable/bookmarks"
         android:tint="?attr/fabIconTintColor"
         android:contentDescription="@string/bookmarks" />