haufen ide zeugs (nich mit abgerechnet) u fix android
This commit is contained in:
@@ -64,6 +64,15 @@ class HomePage extends StatelessWidget {
|
||||
builder: (context) => const AddCamMain()));
|
||||
},
|
||||
child: Text(AppLocalizations.of(context)!.addplace)),
|
||||
|
||||
const SizedBox(height: 10,),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40)
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/excursion'),
|
||||
child: Text(AppLocalizations.of(context)!.excursion)), // Excursion
|
||||
|
||||
const SizedBox(height: 10,),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
@@ -71,6 +80,7 @@ class HomePage extends StatelessWidget {
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/viewCams'),
|
||||
child: Text(AppLocalizations.of(context)!.viewplaces)),
|
||||
|
||||
const SizedBox(height: 10,),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
@@ -80,14 +90,6 @@ class HomePage extends StatelessWidget {
|
||||
_sendFile();
|
||||
},
|
||||
child: Text(AppLocalizations.of(context)!.sendfile)),
|
||||
|
||||
const SizedBox(height: 10,),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40)
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/Excursion'),
|
||||
child: const Text("Excusion")),
|
||||
],
|
||||
)),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user