diff options
| author | Volodymyr Zhdanov <wight554@gmail.com> | 2022-05-13 00:05:51 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-05-13 21:41:51 +0200 |
| commit | fb0cc3a9467fff7e2fef3aeedb9329d2fa1ff613 (patch) | |
| tree | 283687278b4445b7134a6b9cf9734346b37621d5 | |
| parent | 691419eacc34f674b5751d07277ae5773e3ce45a (diff) | |
overlays: IconPack: Fix size of vibrate ringer mode icon
Change-Id: Ie6ff0b59398ac8125961bd9f22df1da35f953b4c
3 files changed, 3 insertions, 3 deletions
diff --git a/IconPackKaiSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml b/IconPackKaiSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml index 971c8ea..de7453a 100644 --- a/IconPackKaiSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml +++ b/IconPackKaiSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector android:height="19dp" android:viewportHeight="24" android:viewportWidth="24" android:width="19dp" xmlns:android="http://schemas.android.com/apk/res/android"> +<vector android:height="24dp" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="@android:color/white" android:pathData="M14.75,4h-5.5C8.01,4,7,5.01,7,6.25v11.5C7,18.99,8.01,20,9.25,20h5.5c1.24,0,2.25-1.01,2.25-2.25V6.25 C17,5.01,15.99,4,14.75,4z M15.5,17.75c0,0.41-0.34,0.75-0.75,0.75h-5.5c-0.41,0-0.75-0.34-0.75-0.75V6.25 c0-0.41,0.34-0.75,0.75-0.75h5.5c0.41,0,0.75,0.34,0.75,0.75V17.75z"/> <path android:fillColor="@android:color/white" android:pathData="M 18 7 H 19.5 V 17 H 18 V 7 Z"/> <path android:fillColor="@android:color/white" android:pathData="M 21 9 H 22.5 V 15 H 21 V 9 Z"/> diff --git a/IconPackSamSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml b/IconPackSamSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml index afc8855..bc93145 100644 --- a/IconPackSamSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml +++ b/IconPackSamSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector android:height="19dp" android:viewportHeight="24" android:viewportWidth="24" android:width="19dp" xmlns:android="http://schemas.android.com/apk/res/android"> +<vector android:height="24dp" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="@android:color/white" android:pathData="M5,7C4.45,7,4,7.45,4,8v8c0,0.55,0.45,1,1,1s1-0.45,1-1V8C6,7.45,5.55,7,5,7z"/> <path android:fillColor="@android:color/white" android:pathData="M2,9c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1s1-0.45,1-1v-4C3,9.45,2.55,9,2,9z"/> <path android:fillColor="@android:color/white" android:pathData="M22,9c-0.55,0-1,0.45-1,1v4c0,0.55,0.45,1,1,1s1-0.45,1-1v-4C23,9.45,22.55,9,22,9z"/> diff --git a/IconPackVictorSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml b/IconPackVictorSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml index 1e42d03..a3ad2df 100644 --- a/IconPackVictorSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml +++ b/IconPackVictorSystemUIOverlay/res/drawable/ic_volume_ringer_vibrate.xml @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector android:height="19dp" android:viewportHeight="24" android:viewportWidth="24" android:width="19dp" xmlns:android="http://schemas.android.com/apk/res/android"> +<vector android:height="24dp" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="@android:color/white" android:pathData="M8.5,4L7,5.5v13L8.5,20h7l1.5-1.5v-13L15.5,4H8.5z M15.5,18.5h-7v-13h7V18.5z"/> <path android:fillColor="@android:color/white" android:pathData="M 4.5 7 H 6 V 17 H 4.5 V 7 Z"/> <path android:fillColor="@android:color/white" android:pathData="M 1.5 9 H 3 V 15 H 1.5 V 9 Z"/> |
