-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="20dp" | ||
android:height="20dp" | ||
android:viewportWidth="20" | ||
android:viewportHeight="20"> | ||
<path | ||
android:pathData="M12.555,13.947C12.555,14.146 12.476,14.336 12.335,14.477C12.195,14.618 12.004,14.697 11.805,14.697C11.606,14.697 11.415,14.618 11.275,14.477C11.134,14.336 11.055,14.146 11.055,13.947V9.775C11.055,9.576 11.134,9.385 11.275,9.245C11.415,9.104 11.606,9.025 11.805,9.025C12.004,9.025 12.195,9.104 12.335,9.245C12.476,9.385 12.555,9.576 12.555,9.775V13.947ZM9.111,13.947C9.111,14.146 9.032,14.336 8.891,14.477C8.751,14.618 8.56,14.697 8.361,14.697C8.162,14.697 7.971,14.618 7.831,14.477C7.69,14.336 7.611,14.146 7.611,13.947V9.775C7.611,9.576 7.69,9.385 7.831,9.245C7.971,9.104 8.162,9.025 8.361,9.025C8.56,9.025 8.751,9.104 8.891,9.245C9.032,9.385 9.111,9.576 9.111,9.775V13.947ZM7.524,3.216C7.524,2.995 7.612,2.783 7.768,2.627C7.925,2.47 8.136,2.382 8.357,2.382H11.811C12.27,2.382 12.644,2.756 12.644,3.216V4H7.524V3.216ZM16.916,4H14.311V3.216C14.311,1.837 13.19,0.716 11.811,0.716H8.357C6.979,0.716 5.857,1.837 5.857,3.216V4H3.083C2.818,4 2.564,4.105 2.376,4.293C2.189,4.48 2.083,4.735 2.083,5V5.5C2.083,5.765 2.189,6.02 2.376,6.207C2.564,6.395 2.818,6.5 3.083,6.5H3.192L3.586,16.53C3.606,17.046 3.826,17.535 4.199,17.893C4.571,18.251 5.068,18.451 5.585,18.451H14.582C15.098,18.451 15.595,18.251 15.967,17.893C16.34,17.535 16.559,17.046 16.579,16.53L16.974,6.488C17.228,6.475 17.467,6.366 17.642,6.182C17.817,5.998 17.916,5.754 17.917,5.5V5C17.917,4.448 17.468,4 16.916,4Z" | ||
android:fillColor="#CCD3DB" | ||
android:fillType="evenOdd"/> | ||
</vector> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<corners android:radius="24dp" /> | ||
<solid android:color="#9B9797" /> | ||
|
||
</shape> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_logo"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
</adaptive-icon> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_logo"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
</adaptive-icon> |