You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ManifestCode='This code will be applied to the manifest file during compilation.~\n~'You do not need to modify it in most cases.~\n~'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136~\n~AddManifestText(~\n~<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="33"/>~\n~<supports-screens android:largeScreens="true" ~\n~ android:normalScreens="true" ~\n~ android:smallScreens="true" ~\n~ android:anyDensity="true"/>)~\n~SetApplicationAttribute(android:icon, "@drawable/icon")~\n~SetApplicationAttribute(android:label, "$LABEL$")~\n~CreateResourceFromFile(Macro, Themes.LightTheme)~\n~'End of default text.~\n~SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)~\n~CreateResourceFromFile(Macro, Core.NetworkClearText) ' Comment this if using https protocol
20
+
Module1=|relative|..\B4XMainPage
21
+
Module2=Starter
22
+
NumberOfFiles=5
23
+
NumberOfLibraries=6
24
+
NumberOfModules=2
25
+
Version=12.8
26
+
@EndOfDesignText@
27
+
#Region Project Attributes
28
+
#ApplicationLabel: WebAPI Client
29
+
#VersionCode: 7
30
+
#VersionName: 2.00
31
+
'SupportedOrientations possible values: unspecified, landscape or portrait.
32
+
#SupportedOrientations: portrait
33
+
#CanInstallToExternalStorage: False
34
+
#End Region
35
+
36
+
#Region Activity Attributes
37
+
#FullScreen: False
38
+
#IncludeTitle: True
39
+
#End Region
40
+
41
+
'#BridgeLogger: True
42
+
43
+
Sub Process_Globals
44
+
Public ActionBarHomeClicked As Boolean
45
+
End Sub
46
+
47
+
Sub Globals
48
+
Private ime As IME
49
+
End Sub
50
+
51
+
Sub Activity_Create(FirstTime As Boolean)
52
+
ime.Initialize("IME")
53
+
ime.AddHeightChangedEvent
54
+
Dim pm As B4XPagesManager
55
+
pm.Initialize(Activity)
56
+
End Sub
57
+
58
+
Sub IME_HeightChanged (NewHeight As Int, OldHeight As Int)
0 commit comments