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:
@@ -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. -->
|
||||
|
Reference in New Issue
Block a user