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:paddingStart="20dp"
8 android:paddingEnd="20dp">
9
10 <EditText
11 android:id="@+id/customizable_setting_edit_text"
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 android:inputType="number"/>
15
16</FrameLayout>