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

5 lines
418 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-03-19 22:21:18 +00:00
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
2019-07-24 11:27:29 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/widget_main_panel_center_content" />
</RelativeLayout>