2018-11-09 07:33:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge
|
|
|
|
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"
|
|
|
|
android:background="?conversation_background"/>
|
|
|
|
|
|
|
|
<ViewStub
|
|
|
|
android:id="@+id/album_transfer_controls_stub"
|
2019-04-17 14:21:30 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-11-09 07:33:37 +00:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout="@layout/transfer_controls_stub" />
|
|
|
|
|
|
|
|
</merge>
|