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

5 lines
688 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.utilities.view.rounded.RoundedRelativeLayout android:orientation="vertical" android:id="@id/home_panel_center" android:background="?colorBackgroundPrimary" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true" app:topLeftRadius="@dimen/tab_host_corner_radius" app:topRightRadius="@dimen/tab_host_corner_radius"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<include layout="@layout/widget_home_panel_center_content" />
</com.discord.utilities.view.rounded.RoundedRelativeLayout>