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

* commit '2c2cb29a3d7f0a90d753b0fa9c32c1fc5cdbff32':
  WallpaperCropper: Use white color for action bar
This commit is contained in:
Christoph Studer
2014-10-09 21:01:07 +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>