Path: android/app/src/main/res/drawable/launch_background.xml
Change this:
<item android:drawable="@android:color/white" />
To:
package main | |
import ( | |
"fmt" | |
"time" | |
) | |
type Appointment struct { | |
Start time.Time | |
Duration time.Duration |
{ | |
"works": [ | |
{ | |
"id": 0, | |
"title": "Rentx", | |
"description": "RentX é um aplicativo para fazer reservas de carros, possui uma interface otimista e a implementação Offline First usando WatermelonDB.", | |
"projectUrl": "https://github.com/Sup3r-Us3r/ignite-project-rentx", | |
"projectImageUrl": "https://raw.githubusercontent.com/Sup3r-Us3r/ignite-project-rentx/main/.github/cover.png" | |
}, | |
{ |
Confirgurar nome de usuário de forma local
git config --local user.name 'Name'
git config --local user.email '[email protected]'
Ver histórico
git log
git log --oneline