popup position changer

This commit is contained in:
lucky 2022-02-14 04:22:31 +03:00
parent ca19155cea
commit 539bb9397e
9 changed files with 37 additions and 3 deletions

View file

@ -46,6 +46,24 @@
android:layout_height="wrap_content"
android:text="@string/redirection_delay_description" />
<Space
android:layout_marginVertical="8dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/popupPosition"
android:hint="@string/popup_position"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.material.textfield.TextInputEditText
android:inputType="number"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</ScrollView>