Don't calculate date header item for adapter header

Fixes #6098
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-01-25 18:00:26 -08:00
parent d46d3b72c8
commit 15a389c171
5 changed files with 25 additions and 15 deletions

View File

@@ -6,6 +6,13 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<android.support.v7.widget.RecyclerView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:cacheColorHint="?conversation_background" />
<TextView android:id="@+id/scroll_date_header"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -22,13 +29,6 @@
android:visibility="gone"
tools:text="March 1, 2015" />
<android.support.v7.widget.RecyclerView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:cacheColorHint="?conversation_background" />
<View android:id="@+id/compose_divider"
android:layout_width="match_parent"
android:layout_height="2dp"