Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ object ColorCustom {
val color_selectable_button_4 = Color(0xFFD03A94)
val color_selectable_button_5 = Color(0xFFFC5555)
val color_selectable_button_6 = Color(0xFFB78AF7)
val color_shadow_dialog = Color(0x4D000000)
val color_border_dialog = Color(0xFF8D4CD2)
val color_background_button_dialog = Color(0xFF9C4DFF)
val color_background_month_active = Color(0xFFFFBEB1)
val color_background_month_disabled = Color(0xFFE8DEF8)
val color_spot_pet_icon = Color(0x1A3A0176)
Expand Down
3 changes: 0 additions & 3 deletions petJournal/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
<string name="label_selectable_button_food">Ração</string>
<string name="label_selectable_button_pet_walk">Passeio</string>
<string name="label_select_main_category">Essa tarefa é...</string>
<string name="label_task_added_successfully">Tarefa adicionada\ncom sucesso!</string>
<string name="label_new_task">Nova tarefa</string>
<string name="label_go_to_home">Ir para a HomePage</string>
<string name="active_in_months">Ativo nos meses</string>
<string name="label_all_pets">Todos</string>
<string name="label_description">Descrição</string>
Expand Down