mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
23 lines
795 B
XML
23 lines
795 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/album_thumbnail_root"
|
|
android:orientation="horizontal"
|
|
android:layout_width="300dp"
|
|
android:layout_height="150dp">
|
|
|
|
<org.thoughtcrime.securesms.components.ThumbnailView
|
|
android:id="@+id/album_cell_1"
|
|
android:layout_height="150dp"
|
|
android:layout_width="149dp"
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
<org.thoughtcrime.securesms.components.ThumbnailView
|
|
android:id="@+id/album_cell_2"
|
|
android:layout_height="150dp"
|
|
android:layout_width="149dp"
|
|
android:layout_gravity="right|end"
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
</FrameLayout> |