mirror of https://github.com/deniscerri/ytdlnis
random fixes
Fixed tablet ui made it appear on 600dpi and up and other tablet touchups Fixed trending videos showing up when u try to update quick download item Fixed json being unclikckable on old models when trying to restore. Now all files are clickable. U will just get a snackbar showing that it couldn't parse the file if its not correctpull/134/head
parent
598f3e2ebe
commit
ced16b234d
@ -0,0 +1,4 @@
|
||||
<resources>
|
||||
<integer name="grid_size">2</integer>
|
||||
<bool name="isTablet">true</bool>
|
||||
</resources>
|
||||
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="grid_size">3</integer>
|
||||
</resources>
|
||||
@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<bool name="isTablet">true</bool>
|
||||
</resources>
|
||||
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="grid_size">4</integer>
|
||||
</resources>
|
||||
@ -1,4 +1,5 @@
|
||||
<resources>
|
||||
<integer name="grid_size">1</integer>
|
||||
<bool name="isTablet">false</bool>
|
||||
<bool name="is_right_to_left">false</bool>
|
||||
</resources>
|
||||
Loading…
Reference in New Issue