Signal-Android/app/src/main/res/layout/null_recyclerview_header.xml

8 lines
348 B
XML
Raw Normal View History

2019-08-14 11:44:00 -04:00
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
2022-08-09 13:29:04 -03:00
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
2019-08-14 11:44:00 -04:00
android:layout_width="@dimen/selection_item_header_width"
android:layout_height="@dimen/selection_item_header_height"
android:gravity="center" />