discord-jadx/app/src/main/res/layout/widget_home_panel_center.xml

17 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.utilities.view.rounded.RoundedRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:background="?attr/colorBackgroundPrimary" android:fitsSystemWindows="true" android:layout_width="match_parent" android:layout_height="match_parent" android:animateLayoutChanges="true" app:topLeftRadius="@dimen/tab_host_corner_radius" app:topRightRadius="@dimen/tab_host_corner_radius">
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.chat.list.WidgetChatList" android:id="@+id/widget_chat_list" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@+id/widget_chat_input" android:layout_below="@+id/action_bar_toolbar_layout"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.status.WidgetChatStatus" android:id="@+id/widget_status" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/action_bar_toolbar_layout"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.status.WidgetThreadStatus" android:id="@+id/widget_thread_status" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/action_bar_toolbar_layout"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.chat.overlay.WidgetChatOverlay" android:id="@+id/widget_chat_overlay_actions" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@+id/widget_chat_input" android:layout_centerHorizontal="true"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.chat.input.WidgetChatInput" android:id="@+id/widget_chat_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@+id/widget_chat_voice_inline" android:layout_alignWithParentIfMissing="true"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.voice.call.WidgetVoiceCallInline" android:id="@+id/widget_chat_voice_inline" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@+id/widget_chat_bottom_space"/>
<View android:id="@+id/widget_chat_bottom_space" android:layout_width="match_parent" android:layout_height="0dp" android:layout_alignParentBottom="true"/>
<ViewStub android:id="@+id/home_panel_center_nsfw" android:layout="@layout/widget_home_panel_center_nsfw" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/action_bar_toolbar_layout"/>
<ViewStub android:id="@+id/home_panel_center_channel_less" android:layout="@layout/widget_home_panel_center_channel_less" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/action_bar_toolbar_layout"/>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951637_apptheme_appbarlayout">
<androidx.appcompat.widget.Toolbar app:contentInsetStartWithNavigation="0dp" style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<include android:id="@+id/unread" layout="@layout/widget_home_panel_center_content_unread"/>
</com.discord.utilities.view.rounded.RoundedRelativeLayout>