Skip to content

Commit

Permalink
chore: Kotlin drawable code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Sep 12, 2023
1 parent 23bab25 commit fae00a2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/src/main/res/drawable/ic_language_kotlin.xml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
<!-- drawable/language_kotlin.xml --><vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"><path android:fillColor="#000000" android:pathData="M2 2H22L12 12L22 22H2Z" /></vector>
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M2 2H22L12 12L22 22H2Z" />
</vector>

0 comments on commit fae00a2

Please sign in to comment.