]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout-w900dp/bookmarks_drawer_top_appbar.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / layout-w900dp / bookmarks_drawer_top_appbar.xml
index 138ce0c0914998960b7ed602a23c6b4772c8fc87..911f0a6d5ae2bcd7978e727201d81f8441d39a11 100644 (file)
@@ -22,7 +22,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="400dp"
@@ -51,8 +50,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"
@@ -80,7 +78,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" />