corrige o erro da camera e da ia não funcionar e mudar o layout futuramente
This commit is contained in:
10
app/src/main/res/drawable/bg_frutiger.xml
Normal file
10
app/src/main/res/drawable/bg_frutiger.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#80D0C7"
|
||||
android:centerColor="#A4E5E0"
|
||||
android:endColor="#E2F6FA"
|
||||
android:angle="135"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user