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:
parent
e1e16cdf3b
commit
d02543639b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user