Merge "Settings: update color mode preview to final content" into pi-dev

am: 9b08ed63e9

Change-Id: Ifd93423d8e22f5dc6f44e51db458c553007ffefd
This commit is contained in:
Sean Callanan
2018-04-26 10:04:44 -07:00
committed by android-build-merger
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

View File

@@ -24,7 +24,7 @@
android:paddingBottom="@dimen/color_mode_preview_padding_bottom" android:paddingBottom="@dimen/color_mode_preview_padding_bottom"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:cropToPadding="true" android:cropToPadding="true"
android:src="@drawable/caption_background" android:src="@drawable/color_mode_preview"
android:contentDescription="@null" /> android:contentDescription="@null" />
</FrameLayout> </FrameLayout>