discord-jadx/app/src/main/res/layout/guild_event_prompt_list_vie...

7 lines
861 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content">
<com.discord.widgets.guildscheduledevent.GuildEventPromptView android:id="@+id/start_event_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp"/>
<com.discord.widgets.guildscheduledevent.GuildEventPromptView android:id="@+id/create_event_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp"/>
<com.discord.widgets.guildscheduledevent.GuildEventPromptView android:id="@+id/start_stage_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp"/>
</LinearLayout>