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

Commit 9e848206 authored by Christoph Studer's avatar Christoph Studer
Browse files

WallpaperCropper: Use white color for action bar

Bug: 17343815
Change-Id: I5802f04204d081b97fbc2e2cb203fa03f16fea6a
parent 17d7c796
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@
        android:drawableLeft="@drawable/ic_actionbar_accept"
        android:drawablePadding="8dp"
        android:gravity="center_vertical"
        android:text="@string/wallpaper_instructions" />
        android:text="@string/wallpaper_instructions"
        android:textColor="@android:color/white" />
</FrameLayout>