|
|
|
@ -6,34 +6,34 @@
|
|
|
|
|
android:layout_width="@dimen/album_total_width"
|
|
|
|
|
android:layout_height="@dimen/album_5_total_height">
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.v2.ThumbnailView
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.utilities.ThumbnailView
|
|
|
|
|
android:id="@+id/album_cell_1"
|
|
|
|
|
android:layout_width="@dimen/album_5_cell_size_big"
|
|
|
|
|
android:layout_height="@dimen/album_5_cell_size_big"
|
|
|
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.v2.ThumbnailView
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.utilities.ThumbnailView
|
|
|
|
|
android:id="@+id/album_cell_2"
|
|
|
|
|
android:layout_width="@dimen/album_5_cell_size_big"
|
|
|
|
|
android:layout_height="@dimen/album_5_cell_size_big"
|
|
|
|
|
android:layout_gravity="right|end|top"
|
|
|
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.v2.ThumbnailView
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.utilities.ThumbnailView
|
|
|
|
|
android:id="@+id/album_cell_3"
|
|
|
|
|
android:layout_width="@dimen/album_5_cell_size_small"
|
|
|
|
|
android:layout_height="@dimen/album_5_cell_size_small"
|
|
|
|
|
android:layout_gravity="left|start|bottom"
|
|
|
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.v2.ThumbnailView
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.utilities.ThumbnailView
|
|
|
|
|
android:id="@+id/album_cell_4"
|
|
|
|
|
android:layout_width="@dimen/album_5_cell_size_small"
|
|
|
|
|
android:layout_height="@dimen/album_5_cell_size_small"
|
|
|
|
|
android:layout_gravity="center_horizontal|bottom"
|
|
|
|
|
app:thumbnail_radius="0dp"/>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.v2.ThumbnailView
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.utilities.ThumbnailView
|
|
|
|
|
android:id="@+id/album_cell_5"
|
|
|
|
|
android:layout_width="@dimen/album_5_cell_size_small"
|
|
|
|
|
android:layout_height="@dimen/album_5_cell_size_small"
|
|
|
|
|