added progress ring, vibration and selectable duration (bugged)

This commit is contained in:
2026-05-26 01:22:03 -07:00
parent be631985cb
commit d8ead34f0b
8 changed files with 213 additions and 19 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_timer"
@@ -16,5 +16,4 @@
</intent-filter>
</activity>
</application>
</manifest>