Add ability to adjust tap to reveal timeout

This commit is contained in:
Michael Schättgen 2019-03-26 00:06:39 +01:00
parent 16bf195ac0
commit cebf15ba44
10 changed files with 91 additions and 2 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:orientation="horizontal">
<NumberPicker
android:id="@+id/numberPicker"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</LinearLayout>