Fix first item sticky header.

This commit is contained in:
Alan Evans
2019-08-14 11:44:00 -04:00
committed by Greyson Parrelli
parent 936be693ce
commit 90681d47f8
6 changed files with 71 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/selection_item_header_width"
android:layout_height="@dimen/selection_item_header_height"
android:gravity="center" />