-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change enter icon when in a command mode
- Loading branch information
Showing
3 changed files
with
27 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:pathData="M2.883,-0.023C3.195,-0.023 3.508,-0.023 3.82,-0.023C4.293,0.094 4.746,0.273 5.18,0.516C10.617,3.641 16.055,6.766 21.492,9.891C22.098,10.262 22.512,10.785 22.734,11.461C22.895,12.18 22.738,12.82 22.266,13.383C22.035,13.645 21.777,13.871 21.492,14.063C15.883,17.305 10.258,20.523 4.617,23.719C4.348,23.813 4.082,23.898 3.82,23.977C3.508,23.977 3.195,23.977 2.883,23.977C1.938,23.684 1.383,23.043 1.219,22.055C1.164,18.695 1.141,15.336 1.148,11.977C1.141,8.617 1.164,5.258 1.219,1.898C1.383,0.91 1.938,0.27 2.883,-0.023ZM2.883,-0.023" | ||
android:fillColor="#FFFFFFFF"/> | ||
</vector> |