Skip to content

Commit

Permalink
fix: Full screen icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Feb 21, 2024
1 parent 3de1873 commit 0f52a13
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/src/main/res/drawable/ic_fullscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,12H17V15H14V17H19V12M7,9H10V7H5V12H7V9M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H21V19Z"/>
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M19,12H17V15H14V17H19V12M7,9H10V7H5V12H7V9M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H21V19Z" />
</vector>

0 comments on commit 0f52a13

Please sign in to comment.