mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 19:06:53 +01:00
add yoga icon
This commit is contained in:
parent
8599d2f8db
commit
034b6d01e9
@ -170,7 +170,7 @@ public class ActivityKind {
|
|||||||
case TYPE_JUMP_ROPING:
|
case TYPE_JUMP_ROPING:
|
||||||
return R.drawable.ic_activity_exercise; // TODO: Find a better one
|
return R.drawable.ic_activity_exercise; // TODO: Find a better one
|
||||||
case TYPE_YOGA:
|
case TYPE_YOGA:
|
||||||
return R.drawable.ic_activity_exercise; // TODO: Find a better one
|
return R.drawable.ic_activity_yoga;
|
||||||
case TYPE_NOT_WORN: // fall through
|
case TYPE_NOT_WORN: // fall through
|
||||||
case TYPE_ACTIVITY: // fall through
|
case TYPE_ACTIVITY: // fall through
|
||||||
case TYPE_UNKNOWN: // fall through
|
case TYPE_UNKNOWN: // fall through
|
||||||
|
13
app/src/main/res/drawable/ic_activity_yoga.xml
Normal file
13
app/src/main/res/drawable/ic_activity_yoga.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:tint="#7E7E7E"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="#000000"
|
||||||
|
android:pathData="M12,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#000000"
|
||||||
|
android:pathData="M21,16v-2c-2.24,0 -4.16,-0.96 -5.6,-2.68l-1.34,-1.6C13.68,9.26 13.12,9 12.53,9h-1.05c-0.59,0 -1.15,0.26 -1.53,0.72l-1.34,1.6C7.16,13.04 5.24,14 3,14v2c2.77,0 5.19,-1.17 7,-3.25V15l-3.88,1.55C5.45,16.82 5,17.48 5,18.21C5,19.2 5.8,20 6.79,20H9v-0.5c0,-1.38 1.12,-2.5 2.5,-2.5h3c0.28,0 0.5,0.22 0.5,0.5S14.78,18 14.5,18h-3c-0.83,0 -1.5,0.67 -1.5,1.5V20h7.21C18.2,20 19,19.2 19,18.21c0,-0.73 -0.45,-1.39 -1.12,-1.66L14,15v-2.25C15.81,14.83 18.23,16 21,16z" />
|
||||||
|
</vector>
|
Loading…
Reference in New Issue
Block a user