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

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