
Fix two issues with the ways items are laid out: 1. Remove the automatic span size lookup. Now that ConcatAdpater is used, this basically becomes impossible to really leverage. 2. Use a divider item instead of a divider item decoration. The latter is too buggy in many contexts, like the search view. Resolves #426 Resolves #444
4 lines
No EOL
234 B
XML
4 lines
No EOL
234 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.divider.MaterialDivider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" /> |