ui: reduce size of QS tile drawable

This will be rendered on an even smaller scale on devices, but
400dp x 400dp was simply too big and could cause performance issues.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-21 16:35:47 +05:30
parent e1e16cdf3b
commit d02543639b
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="400dp"
android:height="400dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="400.0"
android:viewportHeight="400.0">
<path