Skip to content

Commit

Permalink
fix: some presentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NAVAL committed Jun 11, 2023
1 parent 731e823 commit 39c0578
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
Binary file modified android/app/src/main/res/drawable-hdpi/ic_stat_florae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-mdpi/ic_stat_florae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xhdpi/ic_stat_florae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxhdpi/ic_stat_florae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxxhdpi/ic_stat_florae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"every": "every",
"days": "days",
"never": "Never",
"titleEditPlant": "Edit plant",
"titleNewPlant": "New plant",
"titleEditPlant": "Edit",
"titleNewPlant": "New",
"tooltipCameraImage": "Get image from camera",
"tooltipNextAvatar": "Next avatar",
"tooltipGalleryImage": "Get image from gallery",
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"every": "cada",
"days": "días",
"never": "Nunca",
"titleEditPlant": "Editar planta",
"titleNewPlant": "Nueva planta",
"titleEditPlant": "Editar",
"titleNewPlant": "Nueva",
"tooltipCameraImage": "Obtener la imagen desde la cámara",
"tooltipNextAvatar": "Siguiente avatar",
"tooltipGalleryImage": "Obtener la imagen desde la galería",
Expand Down
7 changes: 4 additions & 3 deletions lib/screens/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ class _MyHomePageState extends State<MyHomePage> {
_selectedIndex == 0
? AppLocalizations.of(context)!.mainNoCares
: AppLocalizations.of(context)!.mainNoPlants,
style: const TextStyle(
style: TextStyle(
fontFamily: 'NotoSans',
fontWeight: FontWeight.w500,
fontSize: 25,
color: Color(0x78000000),
fontSize: 0.065 * MediaQuery.of(context).size.width,
color: const Color(0x78000000),
),
textAlign: TextAlign.center,
),
Expand Down Expand Up @@ -348,6 +348,7 @@ class _MyHomePageState extends State<MyHomePage> {
title: "Manage plant", update: false),
));
setState(() {
_selectedIndex = 1;
_loadPlants();
});
},
Expand Down
2 changes: 1 addition & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Florae is a free application that will allow you to keep track of the care of your plants while respecting your freedom and privacy.
Florae is an open source application that will allow you to keep track of the care of your plants while respecting your freedom and privacy.

Set reminders for basic plant care such as watering, pruning, cleaning, fertilizing, spraying, rotating, and transplanting.

Expand Down
2 changes: 1 addition & 1 deletion metadata/es/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Florae es una aplicación libre que te permitirá llevar un control del cuidado de tus plantas respetando tu libertad y privacidad.
Florae es una aplicación de código abierto que te permitirá llevar un control del cuidado de tus plantas respetando tu libertad y privacidad.

Establece recordatorios para los cuidados básicos de tus plantas como riego, poda, limpieza, abonado, pulverización, rotación y trasplante.

Expand Down

0 comments on commit 39c0578

Please sign in to comment.