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

5 lines
406 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/widget_main_panel_center_content" />
</RelativeLayout>