apkfuckery/com.discord/res/layout/widget_chat_list_adapter_it...

6 lines
887 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="@dimen/dsti_length" android:layout_height="@dimen/dsti_length" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_total" style="@style/UiKit.Chat.Embed.CardView"
xmlns:android="http://schemas.android.com/apk/res/android">
<ProgressBar android:layout_gravity="center" android:id="@id/chat_list_adapter_item_sticker_progress" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminate="true" />
<com.discord.rlottie.RLottieImageView android:id="@id/chat_list_adapter_item_sticker_lottie" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>