]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_database_view_item_linearlayout.xml
Disable the delete bookmarks menu item if a delete process is pending. https://redmi...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_database_view_item_linearlayout.xml
index 7651a2e247b1dcd7e4a24cefb1620ab7e4bf3530..c5f3fa248271bf28295b2a732dc4331dd4b167ee 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -41,7 +41,7 @@
             android:layout_width="50dp"
             android:layout_marginEnd="10dp"
             android:gravity="end"
-            android:textColor="@color/grey_500"
+            android:textColor="@color/gray_500"
             android:textSize="22sp" />
 
         <ImageView
@@ -56,7 +56,7 @@
             android:id='@+id/bookmarks_database_view_bookmark_name'
             android:layout_height="wrap_content"
             android:layout_width="wrap_content"
-            android:textColor="@color/black"
+            android:textColor="?android:attr/textColorPrimary"
             android:textSize="22sp"
             android:maxLines="1" />
     </LinearLayout>
@@ -75,7 +75,7 @@
             android:layout_width="50dp"
             android:layout_marginEnd="10dp"
             android:gravity="end"
-            android:textColor="@color/black"
+            android:textColor="?android:attr/textColorPrimary"
             android:textSize="22sp" />
 
         <ImageView
             android:layout_width="30dp"
             android:layout_gravity="center_vertical"
             android:layout_marginEnd="10dp"
-            android:src="@drawable/folder_grey"
+            android:src="@drawable/folder_gray"
             tools:ignore="ContentDescription" />
 
         <TextView
             android:id="@+id/bookmarks_database_view_parent_folder"
             android:layout_height="wrap_content"
             android:layout_width="wrap_content"
-            android:textColor="@color/black"
             android:textSize="22sp"
             android:textStyle="italic"
             android:maxLines="1" />
         android:layout_marginBottom="10dp"
         android:layout_marginStart="13dp"
         android:layout_marginEnd="10dp"
-        android:textColor="@color/black"
+        android:textColor="?android:attr/textColorPrimary"
         android:textSize="22sp"
         android:ellipsize="end"
         android:maxLines="1" />