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

Commit 40ccfd1a authored by Bryan Owens's avatar Bryan Owens Committed by Clark Scheff
Browse files

Themes: Expose "Set Wallpaper" text color in wallpaper picker



Change-Id: Ic9da24dbc716f8cbde7b980ee438210b743d9f1f
Signed-off-by: default avatarBryan Owens <djbryan3540@gmail.com>
parent 921d24a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,5 +32,5 @@
        android:drawablePadding="8dp"
        android:gravity="center_vertical"
        android:text="@string/wallpaper_instructions"
        android:textColor="@android:color/white" />
        android:textColor="@color/set_wallpaper_text_color" />
</FrameLayout>
+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="set_wallpaper_text_color">@android:color/white</color>
</resources>