apkfuckery/com.discord/res/layout-sw768dp-land-v13/screen_main.xml
2019-02-04 21:05:16 +01:00

9 lines
No EOL
708 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@id/main_drawer_wrap" 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/screen_main_panel_left" />
<view android:id="@id/drawer_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_toRightOf="@id/main_panel_left" class="com.discord.screens.ScreenMain$DrawerLayout">
<include layout="@layout/screen_main_panel_center" />
<include layout="@layout/screen_main_panel_right" />
</view>
</RelativeLayout>