2018-11-08 23:33:37 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-10-05 19:07:37 -04:00
|
|
|
<!--
|
|
|
|
~ Copyright 2023 Signal Messenger, LLC
|
|
|
|
~ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
-->
|
|
|
|
|
2018-11-08 23:33:37 -08:00
|
|
|
<merge
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2018-11-08 23:33:37 -08:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/album_cell_container"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:background="@color/signal_background_primary"/>
|
2018-11-08 23:33:37 -08:00
|
|
|
|
|
|
|
<ViewStub
|
|
|
|
android:id="@+id/album_transfer_controls_stub"
|
2023-10-05 19:07:37 -04:00
|
|
|
android:layout_width="@dimen/album_total_width"
|
|
|
|
android:layout_height="match_parent"
|
2018-11-08 23:33:37 -08:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout="@layout/transfer_controls_stub" />
|
|
|
|
|
|
|
|
</merge>
|