-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Refactor android to remove 24 from file name and create code i…
…n formatted state
- Loading branch information
github-actions
committed
Oct 21, 2024
1 parent
c6128ef
commit 853691a
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<vector android:height="24dp" | ||
android:viewportHeight="1200" android:viewportWidth="1200" | ||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="@android:color/black" android:pathData="{{svgPath}}"/> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="1200" | ||
android:viewportHeight="1200"> | ||
<path | ||
android:fillColor="@android:color/black" | ||
android:pathData="{{svgPath}}" /> | ||
</vector> |