diff --git a/builds/VDS-Quiz-6813231ef9b74c7d93d907b28abfc278-signed.aab b/builds/VDS-Quiz-6813231ef9b74c7d93d907b28abfc278-signed.aab
new file mode 100644
index 0000000..78b6307
Binary files /dev/null and b/builds/VDS-Quiz-6813231ef9b74c7d93d907b28abfc278-signed.aab differ
diff --git a/builds/VDS-Quiz-d6efdf9789e940daa98d9add574861c6-signed.aab b/builds/VDS-Quiz-d6efdf9789e940daa98d9add574861c6-signed.aab
new file mode 100644
index 0000000..3aa8e4e
Binary files /dev/null and b/builds/VDS-Quiz-d6efdf9789e940daa98d9add574861c6-signed.aab differ
diff --git a/vds-app/App/components/Variables.js b/vds-app/App/components/Variables.js
index a4a6cfc..4999daf 100644
--- a/vds-app/App/components/Variables.js
+++ b/vds-app/App/components/Variables.js
@@ -49,7 +49,7 @@ export const texts = {
recap: "Visualizza errori",
recapTitle: "Riepilogo risposte sbagliate",
infoTitle: "Informazioni App",
- setupTitle: "Setup",
+ setupTitle: "Impostazioni",
dictionaryTitle: "Terminologia",
dictionarySubtitle: "Dizionario ICAO e abbreviazioni",
alphabethTitle: "Alfabeto ICAO",
diff --git a/vds-app/App/screens/Quiz.js b/vds-app/App/screens/Quiz.js
index 0d7d14b..4731207 100644
--- a/vds-app/App/screens/Quiz.js
+++ b/vds-app/App/screens/Quiz.js
@@ -47,21 +47,26 @@ const styles = StyleSheet.create({
width: "100%",
height: "100%"
},
- dropdown: {
+ dropdownContainer: {
marginTop: 20,
+ borderRadius: 20,
+ width: "100%",
+ textAlign: "center",
+ backgroundColor: colors.black_alpha
+ },
+ dropdown: {
color: colors.white,
fontSize: 16,
- borderRadius: 10,
width: "100%",
- textAlign: "left",
+ textAlign: "center",
fontWeight: "600",
- backgroundColor: colors.white_alpha
+ backgroundColor: "transparent"
},
dropdownItem: {
color: colors.white,
fontSize: 16,
borderRadius: 10,
- textAlign: "left",
+ textAlign: "center",
fontWeight: "600"
},
bannerContainer: {
@@ -234,17 +239,19 @@ class Quiz extends React.Component {
{`${this.state.correctCount+this.state.wrongCount}/${this.state.totalCount}`}
- this.jumpTo(itemValue, itemIndex)}
- >
+
+ this.jumpTo(itemValue, itemIndex)}
+ >
-
- {this.state.availableQuestions.map( (item, index) => (
-
- ))}
-
+
+ {this.state.availableQuestions.map( (item, index) => (
+
+ ))}
+
+
: }
diff --git a/vds-app/app.json b/vds-app/app.json
index 2d6a06b..fdd0c49 100644
--- a/vds-app/app.json
+++ b/vds-app/app.json
@@ -26,7 +26,7 @@
"icon": "./assets/icon.png",
"package": "com.dslak.vdsquiz",
"permissions": [],
- "versionCode": 13,
+ "versionCode": 14,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}
diff --git a/vds-app/package.json b/vds-app/package.json
index ba8672e..e802023 100644
--- a/vds-app/package.json
+++ b/vds-app/package.json
@@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
- "expo": "^35.0.0",
+ "expo": "^35.0.1",
"expo-ads-admob": "~7.0.0",
"expo-permissions": "^7.0.0",
"react": "16.8.3",