ytdlnis/app/src/main/res/values/attrs.xml
deniscerri ced16b234d
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 correct
2023-05-15 20:26:31 +02:00

5 lines
No EOL
152 B
XML

<resources>
<integer name="grid_size">1</integer>
<bool name="isTablet">false</bool>
<bool name="is_right_to_left">false</bool>
</resources>