pizza row
This commit is contained in:
8
app/src/main/res/drawable/background_button_add_cart.xml
Normal file
8
app/src/main/res/drawable/background_button_add_cart.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/red"/>
|
||||
<corners android:radius="4dp"/>
|
||||
|
||||
</shape>
|
||||
13
app/src/main/res/drawable/background_square_edittext.xml
Normal file
13
app/src/main/res/drawable/background_square_edittext.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Background Color -->
|
||||
<solid android:color="#ffffff" />
|
||||
|
||||
<!-- Border Color -->
|
||||
<stroke android:width="1dp" android:color="@color/red" />
|
||||
|
||||
<!-- Round Corners -->
|
||||
<corners android:radius="2dp" />
|
||||
|
||||
</shape>
|
||||
4
app/src/main/res/drawable/ic_down.xml
Normal file
4
app/src/main/res/drawable/ic_down.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<vector android:height="24dp" android:viewportHeight="256.0"
|
||||
android:viewportWidth="256.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M225.81,48.91l-97.81,97.81l-97.81,-97.81l-30.19,30.19l128,128l128,-128z"/>
|
||||
</vector>
|
||||
4
app/src/main/res/drawable/ic_up.xml
Normal file
4
app/src/main/res/drawable/ic_up.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<vector android:height="24dp" android:viewportHeight="256.0"
|
||||
android:viewportWidth="256.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M128,48.91l-128,128l30.19,30.19l97.81,-97.81l97.81,97.81l30.19,-30.19z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user