]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout-w900dp/bookmarks_drawer.xml
Change the night access color to light violet. https://redmine.stoutner.com/issues/572
[PrivacyBrowserAndroid.git] / app / src / main / res / layout-w900dp / bookmarks_drawer.xml
index 3d2e8148cf4e8bf01b8e41a713f8f0eb9a7b827a..e1e5042c199e33e8f5267fffb26dcabb3c715068 100644 (file)
@@ -57,7 +57,8 @@
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
         android:layout_marginBottom="155dp"
-        android:src="?attr/bookmarksIcon" />
+        android:src="@drawable/bookmarks"
+        android:tint="?attr/fabIconTintColor" />
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_folder_fab"
@@ -66,7 +67,8 @@
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
         android:layout_marginBottom="85dp"
-        android:src="?attr/createFolderIcon" />
+        android:src="@drawable/create_folder"
+        android:tint="?attr/fabIconTintColor" />
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_fab"
@@ -74,5 +76,6 @@
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_margin="16dp"
-        android:src="?attr/createBookmarkIcon" />
+        android:src="@drawable/create_bookmark"
+        android:tint="?attr/fabIconTintColor" />
 </FrameLayout>
\ No newline at end of file