mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
fix: modified the behavior of long clicks on folders, directories and files
This commit is contained in:
parent
86713eb0fd
commit
675ad1e9a6
11 changed files with 22 additions and 66 deletions
10
app/src/main/res/drawable/ic_navigate_next.xml
Normal file
10
app/src/main/res/drawable/ic_navigate_next.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M376,720L320,664L504,480L320,296L376,240L616,480L376,720Z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue