apkfuckery/com.discord/res/layout/view_chat_upload_list.xml

7 lines
726 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:background="?chat_embed_bg" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.discord.views.FailedUploadView android:id="@id/chat_upload_1" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.discord.views.FailedUploadView android:id="@id/chat_upload_2" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.discord.views.FailedUploadView android:id="@id/chat_upload_3" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>