apkfuckery/com.discord/res/layout-sw768dp-land-v13/screen_main.xml

9 lines
708 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?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>