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

* commit 'a6a6f4b218b9801be842207fe93c74e1f076cb68':
  WallpaperCropper: Use white color for action bar
This commit is contained in:
Christoph Studer
2014-10-10 00:41:24 +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>