-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b589f89
commit 188e86d
Showing
8 changed files
with
110 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_HB1AC" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
|
||
|
||
</layer-list> |
14 changes: 14 additions & 0 deletions
14
app/src/main/res/drawable/add_circle_cholesterol_shortcut.xml
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_cholesterol" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
</layer-list> |
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_glucose" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
</layer-list> |
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_ketones" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
</layer-list> |
14 changes: 14 additions & 0 deletions
14
app/src/main/res/drawable/add_circle_pressure_shortcut.xml
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_pressure" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
</layer-list> |
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/glucosio_fab_weight" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="16dp" | ||
android:drawable="@drawable/ic_add_white_24dp" | ||
android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" /> | ||
</layer-list> |
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="16dp" | ||
android:height="16dp" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0"> | ||
<path | ||
android:fillColor="#FFffffff" | ||
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" /> | ||
</vector> |
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