Skip to content

Commit f8c1f29

Browse files
committed
add grid display mode (#143)
1 parent 671cace commit f8c1f29

File tree

11 files changed

+575
-232
lines changed

11 files changed

+575
-232
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.raival.compose.file.explorer.screen.main.tab.files.misc
2+
3+
enum class ViewType {
4+
COLUMNS, GRID
5+
}

0 commit comments

Comments
 (0)