apkfuckery/com.discord/res/layout/mtrl_calendar_month_labeled...

6 lines
538 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:gravity="start|center" android:id="@id/month_title" android:focusable="true" android:layout_width="fill_parent" android:layout_height="@dimen/mtrl_calendar_day_height" style="@style/TextAppearance.MaterialComponents.Subtitle2" />
<include layout="@layout/mtrl_calendar_month" />
</LinearLayout>