Ensure "default" and "none" caption colors are consistent w/ framework

Also enables scroll indicators in color grid dialog.

Bug: 21602597
Change-Id: I7fabd36787fc8689966eb8dcece3d4d047ee8066
This commit is contained in:
Alan Viverette
2015-06-22 13:05:45 -07:00
parent 14f5da9b4d
commit 751625e9a2
3 changed files with 39 additions and 9 deletions

View File

@@ -31,7 +31,8 @@
android:numColumns="auto_fit"
android:columnWidth="96dp"
android:scrollbarStyle="insideOverlay"
android:stretchMode="columnWidth" />
android:stretchMode="columnWidth"
android:scrollIndicators="top|bottom" />
<!-- HACK: Setting minHeight has no effect within a dialog layout,
so this view keeps the minimum height above 300dp. -->