Changes of com.discord v823
This commit is contained in:
parent
50139b7f2b
commit
204ebe7067
28411 changed files with 2982405 additions and 1720152 deletions
13
com.discord/res/layout-sw768dp-land/widget_main.xml
Normal file
13
com.discord/res/layout-sw768dp-land/widget_main.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorPrimaryDark" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<RelativeLayout android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:id="@id/main_panel_left" layout="@layout/widget_main_panel_left" />
|
||||
<com.discord.widgets.main.WidgetMainDrawerLayout android:id="@id/main_drawer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_toRightOf="@id/main_panel_left">
|
||||
<include layout="@layout/widget_main_panel_center" />
|
||||
<include layout="@layout/widget_main_panel_right" />
|
||||
</com.discord.widgets.main.WidgetMainDrawerLayout>
|
||||
<include layout="@layout/widget_main_panel_loading" />
|
||||
</RelativeLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorPrimaryDark" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<RelativeLayout android:background="?colorPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content">
|
||||
<include layout="@layout/widget_main_panel_center_content" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
Loading…
Add table
Add a link
Reference in a new issue