mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Fix first item sticky header.
This commit is contained in:
committed by
Greyson Parrelli
parent
936be693ce
commit
90681d47f8
5
res/layout/null_recyclerview_header.xml
Normal file
5
res/layout/null_recyclerview_header.xml
Normal 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" />
|
||||
Reference in New Issue
Block a user