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

* commit 'efeb94a87d5598b486299202e35a72d4e46cde8b':
  WallpaperCropper: Use white color for action bar
This commit is contained in:
Christoph Studer
2014-10-10 17:14:50 +00:00
committed by Android Git Automerger

View File

@@ -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>