corrige o erro da camera e da ia não funcionar e mudar o layout futuramente
This commit is contained in:
6
app/src/main/res/drawable/balao_ai.xml
Normal file
6
app/src/main/res/drawable/balao_ai.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<stroke android:width="1dp" android:color="#E2E8F0"/>
|
||||
<corners android:topLeftRadius="20dp" android:topRightRadius="20dp" android:bottomLeftRadius="4dp" android:bottomRightRadius="20dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/balao_user.xml
Normal file
5
app/src/main/res/drawable/balao_user.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#0284C7" />
|
||||
<corners android:topLeftRadius="20dp" android:topRightRadius="20dp" android:bottomLeftRadius="20dp" android:bottomRightRadius="4dp" />
|
||||
</shape>
|
||||
11
app/src/main/res/drawable/fundo_input_ingredientes.xml
Normal file
11
app/src/main/res/drawable/fundo_input_ingredientes.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#F8FAFC" />
|
||||
|
||||
<stroke android:width="1dp" android:color="#CBD5E1" />
|
||||
|
||||
<corners android:radius="12dp" />
|
||||
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/ic_online_dot.xml
Normal file
6
app/src/main/res/drawable/ic_online_dot.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#4CAF50" />
|
||||
<size android:width="12dp" android:height="12dp" />
|
||||
</shape>
|
||||
9
app/src/main/res/drawable/retangulo_mira.xml
Normal file
9
app/src/main/res/drawable/retangulo_mira.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="4dp"
|
||||
android:color="#03A9F4" />
|
||||
<corners android:radius="24dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user