2020-07-08 16:44:49 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout android:id="@id/widget_home_container" style="@style/UiKit.ViewGroup.Page"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<com.discord.widgets.home.HomePanelsLayout android:id="@id/widget_home_overlapping_panels_panels_layout" android:background="?colorBackgroundTertiary" android:layout_width="fill_parent" android:layout_height="fill_parent" app:maxSidePanelNonFullScreenWidth="360.0dip">
|
|
|
|
<include android:id="@id/home_panel_left" layout="@layout/widget_home_panel_left" />
|
|
|
|
<include layout="@layout/widget_home_panel_center" />
|
|
|
|
<include layout="@layout/widget_home_panel_right" />
|
|
|
|
</com.discord.widgets.home.HomePanelsLayout>
|
2020-08-20 22:29:33 +00:00
|
|
|
<include layout="@layout/widget_home_panel_loading" />
|
2020-07-08 16:44:49 +00:00
|
|
|
</FrameLayout>
|