feature: removed sensitivity setting

Removed the sensitivity setting.
Many people were complaining about the default sensitivity
being too low. Nobody every complained about sensitivity being too high.
This commit is contained in:
Josia Pietsch 2024-08-28 10:54:57 +02:00
parent b0deb94b7a
commit 849db934ac
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 7 additions and 55 deletions

View file

@ -195,6 +195,7 @@
tools:layout_editor_absoluteY="16dp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -204,30 +205,6 @@
android:orientation="horizontal"
android:paddingLeft="8sp">
<TextView
android:id="@+id/settings_launcher_text_sensitivity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/settings_launcher_sensitivity"
android:textSize="16sp" />
<SeekBar
android:id="@+id/settings_seekbar_sensitivity"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:max="4"
android:progress="2" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16sp"
android:gravity="top"
android:orientation="horizontal"
android:paddingLeft="8sp">
<TextView
android:id="@+id/settings_launcher_text_auto_launch"
android:layout_width="0dp"