move the list to a fragment

This commit is contained in:
tibbi
2016-07-13 12:09:25 +02:00
parent aadcf70853
commit 2ec9ff6973
5 changed files with 96 additions and 48 deletions

View File

@ -0,0 +1,5 @@
package com.simplemobiletools.filemanager;
public class Constants {
public static final String PATH = "path";
}