Skip to content

Commit

Permalink
#57 create window menu drinkable
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaZubkova authored Jul 9, 2020
1 parent 6d2e612 commit f2bec0c
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 0 deletions.
Binary file added app/src/main/res/drawable/americano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/assesment_heart.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector android:height="24dp" android:tint="#D6BAA5"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white"
android:pathData="M12,21.35l-1.45,-1.32C5.4,15.36 2,12.28 2,8.5 2,
5.42 4.42,3 7.5,3c1.74,0 3.41,0.81 4.5,2.09C13.09,3.81 14.76,
3 16.5,3 19.58,3 22,5.42 22,8.5c0,3.78 -3.4,6.86 -8.55,11.54L12,
21.35z"/>
</vector>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/background_coffee.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

<solid
android:color="#3d2920"
/>

<padding
android:left="10dp"
android:right="10dp"
android:bottom="3dp"
android:top="3dp" />

<corners android:radius="20dp" />

</shape>
Binary file added app/src/main/res/drawable/cappuccino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/espresso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/filters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/frappe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/glace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/latte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/macchiato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/raf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/src/main/res/drawable/rounded_color_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

<solid
android:color="#D6BAA5"
/>

</shape>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/rounded_new_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

<solid
android:color="#D6BAA5"
/>

<padding
android:left="10dp"
android:right="10dp"
android:bottom="3dp"
android:top="3dp" />

<corners android:radius="20dp" />

</shape>
15 changes: 15 additions & 0 deletions app/src/main/res/drawable/rounded_new_button.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

<solid
android:color="#3C0B17"
/>

<padding
android:left="10dp"
android:right="10dp"
android:bottom="3dp"
android:top="3dp" />

<corners android:radius="20dp" />
</shape>
15 changes: 15 additions & 0 deletions app/src/main/res/drawable/rounded_new_color.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

<solid
android:color="#D6BAA5"
/>

<padding
android:left="10dp"
android:right="10dp"
android:bottom="3dp"
android:top="3dp" />

<corners android:radius="20dp" />
</shape>

0 comments on commit f2bec0c

Please sign in to comment.