apkfuckery/com.discord/res/layout/widget_home.xml

10 lines
852 B
XML

<?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>
<include layout="@layout/widget_home_panel_loading" />
</FrameLayout>