File tree 1 file changed +4
-4
lines changed
build/android/app/src/main
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<meta-data
25
25
android:name=" android.max_aspect"
26
- android:value=" 3" />
26
+ android:value=" 3.0 " />
27
27
28
28
<activity
29
29
android:name=" .MainActivity"
30
30
android:configChanges=" orientation|keyboardHidden|navigation|screenSize"
31
- android:maxAspectRatio=" 3"
31
+ android:maxAspectRatio=" 3.0 "
32
32
android:screenOrientation=" sensorLandscape"
33
33
android:theme=" @style/AppTheme" >
34
34
<intent-filter >
42
42
android:configChanges=" orientation|keyboard|keyboardHidden|navigation|screenSize|smallestScreenSize"
43
43
android:hardwareAccelerated=" true"
44
44
android:launchMode=" singleTask"
45
- android:maxAspectRatio=" 3"
45
+ android:maxAspectRatio=" 3.0 "
46
46
android:screenOrientation=" sensorLandscape"
47
47
android:theme=" @style/AppTheme" >
48
48
<intent-filter >
55
55
56
56
<activity
57
57
android:name=" .InputDialogActivity"
58
- android:maxAspectRatio=" 3"
58
+ android:maxAspectRatio=" 3.0 "
59
59
android:theme=" @style/InputTheme" />
60
60
61
61
<service
You can’t perform that action at this time.
0 commit comments