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

11 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/widget_home_container" android:background="?attr/colorBackgroundTertiary" style="@style/res_2131952600_uikit_viewgroup_page">
<ImageView android:id="@+id/peek_transition_bitmap" android:visibility="invisible" android:layout_width="match_parent" android:layout_height="match_parent"/>
<com.discord.widgets.home.HomePanelsLayout android:id="@+id/overlapping_panels" android:layout_width="match_parent" android:layout_height="match_parent" app:maxSidePanelNonFullScreenWidth="360dp">
<include android:id="@+id/panel_left" layout="@layout/widget_home_panel_left"/>
<include android:id="@+id/panel_center" layout="@layout/widget_home_panel_center"/>
<include android:id="@+id/panel_right" layout="@layout/widget_home_panel_right"/>
</com.discord.widgets.home.HomePanelsLayout>
<include android:id="@+id/loading" layout="@layout/widget_home_panel_loading"/>
</FrameLayout>