]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/bookmarks_database_view_item_linearlayout.xml
Create a dark theme for `BookMarksActivity` and `BookmarksDatabaseViewActivity`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / bookmarks_database_view_item_linearlayout.xml
index 07f45a99de3cea7c21f36735ec8ca7ce46cb27a6..c5f3fa248271bf28295b2a732dc4331dd4b167ee 100644 (file)
@@ -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
@@ -91,7 +91,6 @@
             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" />