*** MAYBE NOT WORKING ***

Added Hostname for Booth identification while Upload

Removed Date Structure inside Images Folder
--> CHECK IN BACKUP IF FILES GET OVERWRITTEN

Changed Event date structure with upload Date structure in upload
--> ALSO TESTING NECCESSARY

Changed Splash Screen JPG for Logo PNG in Capture and Picture Panels
--> Testing
This commit is contained in:
2016-12-12 21:07:55 +01:00
parent c459938a9a
commit c3db9d0166
15 changed files with 98 additions and 46 deletions
+2 -2
View File
@@ -82,10 +82,10 @@ public class CaptureCtl {
image.setPreserveRatio(true);
// Set the image to the image View
image.setImage(SOMLayout.SPLASH_IMAGE);
image.setImage(SOMLayout.LOGO_IMAGE);
// make it fit the height of the Screen
image.setFitHeight(SOMLayout.screenHeight);
image.setFitWidth(SOMLayout.screenHeight / 2);
// Calculate the offset to center it horizontally if the image is wider than the screen (or narrower)
double aspect = image.getImage().getWidth() / image.getImage().getHeight();