Added button to change order for tasks (functionality unimplemented); moved options menu for events to long press, single click is now functionless

This commit is contained in:
denizk0461
2023-05-22 14:16:56 +02:00
parent 75724ace18
commit 61155eaec4
11 changed files with 154 additions and 34 deletions
+5
View File
@@ -0,0 +1,5 @@
<vector android:autoMirrored="true" android:height="24dp"
android:tint="#000000" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z"/>
</vector>