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

Commit a6a6f4b2 authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am a2830b7d: am 2c2cb29a: Merge "WallpaperCropper: Use white color for action bar" into lmp-dev

* commit 'a2830b7d':
  WallpaperCropper: Use white color for action bar
parents d853a900 a2830b7d
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>