-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/duplicate-control-pad'
- Loading branch information
Showing
3 changed files
with
78 additions
and
2 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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="177dp" | ||
android:height="177dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:pathData="M15.24,2H11.346C9.582,2 8.184,2 7.091,2.148C5.965,2.3 5.054,2.62 4.336,3.341C3.617,4.062 3.298,4.977 3.147,6.107C3,7.205 3,8.608 3,10.379V16.217C3,17.725 3.92,19.017 5.227,19.559C5.16,18.65 5.16,17.374 5.16,16.312L5.16,11.398L5.16,11.302C5.16,10.021 5.16,8.916 5.278,8.032C5.405,7.084 5.691,6.176 6.425,5.439C7.159,4.702 8.064,4.415 9.008,4.287C9.889,4.169 10.989,4.169 12.265,4.169L12.36,4.169H15.24L15.335,4.169C16.611,4.169 17.709,4.169 18.59,4.287C18.063,2.948 16.762,2 15.24,2Z" | ||
android:fillColor="#1C274C"/> | ||
<path | ||
android:pathData="M6.6,11.397C6.6,8.671 6.6,7.308 7.444,6.461C8.287,5.614 9.645,5.614 12.36,5.614H15.24C17.955,5.614 19.313,5.614 20.157,6.461C21,7.308 21,8.671 21,11.397V16.217C21,18.943 21,20.306 20.157,21.153C19.313,22 17.955,22 15.24,22H12.36C9.645,22 8.287,22 7.444,21.153C6.6,20.306 6.6,18.943 6.6,16.217V11.397Z" | ||
android:fillColor="#1C274C"/> | ||
</vector> |