]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_drawer_bottom_appbar.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_drawer_bottom_appbar.xml
index dfce217706ba1d642054ffe7a993d6b4674d4308..7ba10280e50b99af23f84e1596a78766c25df527 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"
@@ -58,8 +57,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="200dp"
-        android:src="@drawable/bookmarks_day"
+        android:src="@drawable/bookmarks"
         android:tint="?attr/fabIconTintColor"
         android:contentDescription="@string/bookmarks" />