2017-09-20 18:14:28 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-06-24 13:52:54 -03:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
2023-02-11 15:35:01 -05:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true">
|
2017-09-20 18:14:28 -07:00
|
|
|
|
2019-06-05 15:47:14 -04:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
2021-06-24 13:52:54 -03:00
|
|
|
android:id="@+id/photo_list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
android:paddingStart="@dimen/dsl_settings_gutter"
|
|
|
|
android:paddingEnd="@dimen/dsl_settings_gutter"
|
|
|
|
android:scrollbars="none"
|
|
|
|
tools:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
|
|
|
tools:listitem="@layout/recipient_preference_photo_rail_item"
|
|
|
|
tools:orientation="horizontal" />
|
2017-09-20 18:14:28 -07:00
|
|
|
</merge>
|