That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:minHeight="48dp"
8 android:paddingStart="@dimen/dsl_settings_gutter"
9 android:paddingTop="16dp"
10 android:paddingEnd="@dimen/dsl_settings_gutter"
11 android:paddingBottom="12dp">
12
13 <TextView
14 android:id="@+id/section_header"
15 android:layout_width="match_parent"
16 android:layout_height="wrap_content"
17 android:textAppearance="@style/Signal.Text.TitleSmall"
18 tools:text="Section Header" />
19</FrameLayout>