Replace ic_exit_to_app icon
This commit is contained in:
parent
374e95460d
commit
4cb7f45ad1
Binary file not shown.
Before Width: | Height: | Size: 602 B |
Binary file not shown.
Before Width: | Height: | Size: 295 B |
Binary file not shown.
Before Width: | Height: | Size: 499 B |
Binary file not shown.
Before Width: | Height: | Size: 965 B |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
12
app/src/main/res/drawable/ic_exit_to_app.xml
Normal file
12
app/src/main/res/drawable/ic_exit_to_app.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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="M16.495,12.092l-4.921,-4.92l-1.444,1.444l2.468,2.467l-9.765,0l0,2.042l9.765,0l-2.468,2.467l1.444,1.444l4.921,-4.92l-0.012,-0.012z"
|
||||
android:fillColor="@color/white"/>
|
||||
<path
|
||||
android:pathData="M18.682,2.975H5.152c-1.272,0 -2.307,1.035 -2.307,2.307v3.801h2.126V5.282c0,-0.1 0.081,-0.181 0.181,-0.181h13.53c0.1,0 0.181,0.081 0.181,0.181v13.436c0,0.1 -0.081,0.181 -0.181,0.181H5.152c-0.1,0 -0.181,-0.081 -0.181,-0.181v-3.593H2.845v3.593c0,1.272 1.035,2.307 2.307,2.307h13.53c1.272,0 2.308,-1.034 2.308,-2.307V5.282C20.989,4.01 19.954,2.975 18.682,2.975z"
|
||||
android:fillColor="@color/white"/>
|
||||
</vector>
|
11
icons/ic_exit_to_app.svg
Normal file
11
icons/ic_exit_to_app.svg
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
|
||||
height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g id="ic_exit_to_app">
|
||||
<polygon fill="#FFFFFF" points="16.495,12.092 11.574,7.172 10.13,8.616 12.598,11.083 2.833,11.083 2.833,13.125 12.598,13.125
|
||||
10.13,15.592 11.574,17.036 16.495,12.116 16.483,12.104 "/>
|
||||
<path fill="#FFFFFF" d="M18.682,2.975H5.152c-1.272,0-2.307,1.035-2.307,2.307v3.801h2.126V5.282c0-0.1,0.081-0.181,0.181-0.181
|
||||
h13.53c0.1,0,0.181,0.081,0.181,0.181v13.436c0,0.1-0.081,0.181-0.181,0.181H5.152c-0.1,0-0.181-0.081-0.181-0.181v-3.593H2.845
|
||||
v3.593c0,1.272,1.035,2.307,2.307,2.307h13.53c1.272,0,2.308-1.034,2.308-2.307V5.282C20.989,4.01,19.954,2.975,18.682,2.975z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 885 B |
Loading…
Reference in a new issue