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

11 wiersze
412 B
XML
Czysty Zwykły widok Historia

<?xml version="1.0" encoding="utf-8"?>
2023-02-11 20:35:01 +00:00
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true">
2019-06-05 19:47:14 +00:00
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/photo_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="none"/>
</merge>