mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-17 03:50:39 +01:00
try harder at using haptic feedback
This commit is contained in:
parent
e634201ae5
commit
971db4b1c7
@ -63,7 +63,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:ed8c5a3657'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:bcf4a22735'
|
||||||
implementation 'me.grantland:autofittextview:0.2.1'
|
implementation 'me.grantland:autofittextview:0.2.1'
|
||||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
android:id="@+id/calculator_holder"
|
android:id="@+id/calculator_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:hapticFeedbackEnabled="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
|
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
|
||||||
tools:ignore="HardcodedText">
|
tools:ignore="HardcodedText">
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
android:id="@+id/calculator_holder"
|
android:id="@+id/calculator_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:hapticFeedbackEnabled="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
|
tools:context="com.simplemobiletools.calculator.activities.MainActivity"
|
||||||
tools:ignore="HardcodedText">
|
tools:ignore="HardcodedText">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user