try harder at using haptic feedback

This commit is contained in:
tibbi 2022-07-04 10:32:59 +02:00
parent e634201ae5
commit 971db4b1c7
3 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:ed8c5a3657'
implementation 'com.github.SimpleMobileTools:Simple-Commons:bcf4a22735'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'net.objecthunter:exp4j:0.4.8'

View File

@ -4,6 +4,7 @@
android:id="@+id/calculator_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hapticFeedbackEnabled="true"
android:orientation="vertical"
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
tools:ignore="HardcodedText">

View File

@ -4,6 +4,7 @@
android:id="@+id/calculator_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hapticFeedbackEnabled="true"
android:orientation="vertical"
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
tools:ignore="HardcodedText">