mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Fix blurry rasterized icons
Summary: The vector icons were rastizered for older Android versions, but these were on the small side. This fixes the size. BUG: 392061 Test Plan: The icons aren't blurry anymore on Android 4.2. Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: #kde_connect Differential Revision: https://phabricator.kde.org/D11644
This commit is contained in:
parent
b1c4b6e1e9
commit
7877d2803c
@ -1,6 +1,6 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:width="192dp"
|
||||
android:height="192dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
|
Loading…
x
Reference in New Issue
Block a user