SortedList demo activity
This CL adds a new activity which demostrates using a SortedList with a RecyclerView. Bug: 18753633 Change-Id: I02307df129d44ac8a110a8c7f467787870336cf1
This commit is contained in:
@@ -167,5 +167,7 @@
|
||||
<string name="palette">Palette</string>
|
||||
<string name="palette_all_colors">Full color palette</string>
|
||||
<string name="search_hint">Search...</string>
|
||||
<string name="sorted_list_activity">Sorted List</string>
|
||||
<string name="add_new_item">Add New Item</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -29,4 +29,8 @@
|
||||
<item name="colorAccent">#ffff00</item>
|
||||
</style>
|
||||
|
||||
<style name="SortedListItem" parent="@android:style/TextAppearance.Medium">
|
||||
<item name="android:minHeight">35dp</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user