Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b469d07a authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '781-s-fix_folder_title' into 'v1-s'

Fix folder text

See merge request !48
parents e6472a31 0a314eb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
            android:id="@+id/album_header_title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="@color/color_default_primary_text"
            android:textColor="@android:color/white"
            android:textAppearance="?android:attr/textAppearanceLarge" />

        <TextView
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
    <color name="filtershow_stateview_selected_background">@color/accent</color>
    <color name="filtershow_stateview_selected_text">@color/color_default_primary_text</color>
    <color name="filtershow_categoryview_background">@color/color_default_foreground</color>
    <color name="filtershow_categoryview_text">@color/color_default_primary_text</color>
    <color name="filtershow_categoryview_text">@android:color/white</color>
    <color name="filtershow_category_selection">@color/accent</color>
    <color name="gradcontrol_point_center">@color/color_default_primary_text</color>
    <color name="gradcontrol_point_edge">@color/color_default_primary_text</color>