Signal-Android/res/layout/null_recyclerview_header.xml
2019-08-22 10:15:56 -04:00

5 lines
262 B
XML

<?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" />