allow using the app in landscape orientation too

This commit is contained in:
tibbi
2016-04-25 18:48:23 +02:00
parent 4abe15564d
commit dd1dd70aa4
3 changed files with 13 additions and 7 deletions

View File

@ -43,7 +43,7 @@ import java.util.Map;
public class MainActivity extends AppCompatActivity
implements AdapterView.OnItemClickListener, GridView.MultiChoiceModeListener, GridView.OnTouchListener,
MediaScannerConnection.OnScanCompletedListener {
private final int STORAGE_PERMISSION = 1;
private static final int STORAGE_PERMISSION = 1;
private List<Directory> dirs;
private GridView gridView;
private int selectedItemsCnt;