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

Commit f4b3f273 authored by Jesse Chan's avatar Jesse Chan Committed by Michael W
Browse files

Contacts: manually configure dark theme for list



Change-Id: I470cc5b39e3472a509c5c33a11025dada51985d7
Signed-off-by: default avatarJesse Chan <jc@lineageos.org>
parent 81ebd00f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@
                android:paddingTop="?attr/list_item_padding_top"
                android:clipToPadding="false"
                android:fastScrollEnabled="true"
                android:forceDarkAllowed="false"
		android:visibility="gone"
                android:fadingEdge="none" />
        </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
        android:layout_marginEnd="?attr/contact_browser_list_padding_right"
        android:paddingTop="@dimen/contact_browser_list_item_padding_top_or_bottom"
        android:clipToPadding="false"
        android:fastScrollEnabled="true"/>
        android:fastScrollEnabled="true"
        android:forceDarkAllowed="false"/>

    <TextView android:id="@android:id/empty"
              android:layout_width="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
            android:layout_marginStart="?attr/contact_browser_list_padding_left"
            android:layout_marginEnd="?attr/contact_browser_list_padding_right"
            android:fastScrollEnabled="true"
            android:forceDarkAllowed="false"
            android:scrollbarStyle="outsideOverlay" />
    </FrameLayout>
</LinearLayout>
+12 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
 * SPDX-License-Identifier: Apache-2.0
 * Copyright (C) 2020 The LineageOS Project
-->
<resources>
    <!-- Background color of pinned header items. -->
    <color name="list_item_pinned_header_color">#1f1f1f</color>

    <!-- Color of contact name in list. -->
    <color name="contact_list_name_text_color">#dadada</color>
</resources>