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

Commit e0bb86ec authored by 93Akkord's avatar 93Akkord Committed by Gerrit Code Review
Browse files

Expose the editor account header background & contact list text colors.



Thanks Thyrus!

Change-Id: Iaab43a5badab41712f15b981d4a16e11f946d2db
Signed-off-by: default avatar93Akkord <michaelcbarros@gmail.com>
parent 94cb2006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:minHeight="48dip"
    android:background="#EEEEEE"
    android:background="@color/editor_account_header_bg"
    android:orientation="horizontal"
    android:paddingTop="8dip"
    android:paddingBottom="8dip"
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:minHeight="48dip"
    android:background="#EEEEEE"
    android:background="@color/editor_account_header_bg"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:paddingLeft="@dimen/account_container_left_padding"
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2015 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <color name="list_item_name_text_color">#ff000000</color>
    <color name="editor_account_header_bg">#ffeeeeee</color>
</resources>

res/values/styles.xml

100644 → 100755
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@
        <item name="list_item_padding_bottom">
            @dimen/contact_browser_list_item_padding_top_or_bottom
        </item>
        <item name="list_item_name_text_color">@color/list_item_name_text_color</item>
        <item name="list_item_padding_left">16dip</item>
        <item name="list_item_gap_between_image_and_text">
            @dimen/contact_browser_list_item_gap_between_image_and_text