Skip to content

Commit

Permalink
Revert icon ting
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Dec 15, 2024
1 parent e6d47ac commit d46d0a3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 16 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_clear_all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_kill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_power_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_quick_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_screen_off.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down
15 changes: 6 additions & 9 deletions app/src/main/res/drawable/ic_screenshot.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="24.0dip"
android:height="24.0dip"
android:tint="@color/text_color_primary"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="?colorControlNormal"
android:pathData="M 4.784 4.785 C 4.784 4.778 4.787 4.773 4.788 4.771 L 19.212 4.771 C 19.213 4.773 19.216 4.778 19.216 4.785 L 19.216 13.571 L 20.816 13.571 L 20.816 4.785 C 20.816 4.361 20.65 3.952 20.351 3.648 C 20.052 3.344 19.643 3.171 19.215 3.171 L 4.786 3.171 C 4.357 3.171 3.948 3.344 3.649 3.648 C 3.35 3.952 3.184 4.361 3.184 4.785 L 3.184 13.571 L 4.784 13.571 L 4.784 4.785 Z M 12 11.909 L 8.892 8.801 L 7.76 9.932 L 10.869 13.04 L 8.786 15.123 C 8.384 14.924 7.931 14.812 7.452 14.812 C 5.79 14.812 4.443 16.159 4.443 17.82 C 4.443 19.482 5.79 20.828 7.452 20.828 C 9.113 20.828 10.46 19.482 10.46 17.82 C 10.46 17.22 10.284 16.66 9.981 16.19 L 12 14.171 L 14.019 16.191 C 13.716 16.66 13.54 17.22 13.54 17.82 C 13.54 19.482 14.887 20.828 16.548 20.828 C 18.21 20.828 19.557 19.482 19.557 17.82 C 19.557 16.159 18.21 14.812 16.548 14.812 C 16.069 14.812 15.616 14.924 15.214 15.123 L 13.131 13.04 L 16.239 9.932 L 15.108 8.801 L 12 11.909 Z M 6.043 17.82 C 6.043 17.042 6.674 16.412 7.452 16.412 C 8.23 16.412 8.86 17.042 8.86 17.82 C 8.86 18.598 8.23 19.229 7.452 19.229 C 6.674 19.229 6.043 18.598 6.043 17.82 Z M 15.14 17.82 C 15.14 17.042 15.77 16.412 16.548 16.412 C 17.326 16.412 17.957 17.042 17.957 17.82 C 17.957 18.598 17.326 19.229 16.548 19.229 C 15.77 19.229 15.14 18.598 15.14 17.82 Z"
android:strokeWidth="1.0" />
android:fillColor="@android:color/white"
android:pathData="M200,280L200,160Q200,127 223.5,103.5Q247,80 280,80L400,80L400,160L280,160Q280,160 280,160Q280,160 280,160L280,280L200,280ZM280,880Q247,880 223.5,856.5Q200,833 200,800L200,680L280,680L280,800Q280,800 280,800Q280,800 280,800L400,800L400,880L280,880ZM680,280L680,160Q680,160 680,160Q680,160 680,160L560,160L560,80L680,80Q713,80 736.5,103.5Q760,127 760,160L760,280L680,280ZM560,880L560,800L680,800Q680,800 680,800Q680,800 680,800L680,680L760,680L760,800Q760,833 736.5,856.5Q713,880 680,880L560,880Z"/>
</vector>
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_switch_app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:tint="@color/text_color_primary"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down

0 comments on commit d46d0a3

Please sign in to comment.