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

11 lines
1.1 KiB
XML
Raw Normal View History

2021-06-27 20:44:35 +00:00
<?xml version="1.0" encoding="utf-8"?>
2021-07-04 15:32:49 +00:00
<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">
2021-07-03 23:36:06 +00:00
<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">
2021-06-27 20:44:35 +00:00
<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>