appli finalized
This commit is contained in:
29
app/src/main/res/layout/capture_start_dialog_layout.xml
Normal file
29
app/src/main/res/layout/capture_start_dialog_layout.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/layout_root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/interval"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Frequence (min)"
|
||||
android:inputType="number"/>
|
||||
|
||||
<!--<EditText
|
||||
android:id="@+id/video_resolution_dialog"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Resolution (e.g., 1080p)" />-->
|
||||
|
||||
<EditText
|
||||
android:id="@+id/nb_images"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Nombre d'images"
|
||||
android:inputType="number" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user