]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout-w900dp/bookmarks_drawer.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout-w900dp / bookmarks_drawer.xml
index fdd097042efc612840bcb2098ab533bdae5cddc6..3d2e8148cf4e8bf01b8e41a713f8f0eb9a7b827a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017,2019 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017,2019-2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>>.
 
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>>.
 
@@ -29,7 +29,8 @@
     <LinearLayout
         android:layout_height="match_parent"
         android:layout_width="match_parent"
     <LinearLayout
         android:layout_height="match_parent"
         android:layout_width="match_parent"
-        android:orientation="vertical" >
+        android:orientation="vertical"
+        android:background="?android:attr/colorBackground" >
 
         <TextView
             android:id="@+id/bookmarks_title_textview"
 
         <TextView
             android:id="@+id/bookmarks_title_textview"
@@ -37,8 +38,8 @@
             android:layout_width="match_parent"
             android:textStyle="bold"
             android:textSize="20sp"
             android:layout_width="match_parent"
             android:textStyle="bold"
             android:textSize="20sp"
-            android:background="?attr/navigationHeaderBackground"
-            android:textColor="?attr/navigationHeaderTextColor" />
+            android:textColor="?android:attr/textColorPrimary"
+            android:layout_margin="10dp" />
 
         <ListView
             android:id="@+id/bookmarks_drawer_listview"
 
         <ListView
             android:id="@+id/bookmarks_drawer_listview"
@@ -55,7 +56,8 @@
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
-        android:layout_marginBottom="155dp" />
+        android:layout_marginBottom="155dp"
+        android:src="?attr/bookmarksIcon" />
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_folder_fab"
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_folder_fab"
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_marginEnd="16dp"
-        android:layout_marginBottom="85dp" />
+        android:layout_marginBottom="85dp"
+        android:src="?attr/createFolderIcon" />
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_fab"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
 
     <com.google.android.material.floatingactionbutton.FloatingActionButton
         android:id="@+id/create_bookmark_fab"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:layout_gravity="bottom|end"
-        android:layout_margin="16dp" />
+        android:layout_margin="16dp"
+        android:src="?attr/createBookmarkIcon" />
 </FrameLayout>
\ No newline at end of file
 </FrameLayout>
\ No newline at end of file