2020-09-03 17:52:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2020-09-03 17:52:44 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingStart="20dp"
|
|
|
|
android:paddingEnd="20dp">
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/customizable_setting_edit_text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:inputType="number"/>
|
|
|
|
|
|
|
|
</FrameLayout>
|