Skip to content

Commit

Permalink
Cambiado color de texto de descuento final
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiasd678 committed Nov 6, 2024
1 parent 4828213 commit e643a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import es.unican.gasolineras.model.Descuento;
import lombok.Getter;

@Database(entities = {Repostaje.class, Descuento.class}, version = 4, exportSchema = false)
@Database(entities = {Repostaje.class, Descuento.class}, version = 5, exportSchema = false)
public abstract class AppDatabase extends RoomDatabase {
public abstract RepostajeDAO repostajeDao();
public abstract DescuentoDAO descuentoDao();
Expand Down
2 changes: 1 addition & 1 deletion AndroidProject/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<!-- a secondary color for controls like checkboxes and text fields. -->
<!--<color name="colorAccent">#FF4081</color> -->

<color name="text_green">#00BB00</color> <!-- verde -->
<color name="text_green">#00CB00</color> <!-- verde -->
<color name="text_default">#000000</color> <!-- color por defecto -->
</resources>

0 comments on commit e643a32

Please sign in to comment.