Android: fix keyboard margins
This commit is contained in:
parent
5a157288df
commit
f77ecf329c
@ -32,11 +32,6 @@ ConfigurationBase {
|
||||
text: qsTr("Telegram"),
|
||||
iconName: "qrc:/icons/telegram.svg",
|
||||
url: "https://t.me/nymeacommunity"
|
||||
},
|
||||
{
|
||||
text: qsTr("Discord"),
|
||||
iconName: "qrc:/icons/discord.svg",
|
||||
url: "https://discord.gg/tX9YCpD"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
android:name="io.guh.nymeaapp.NymeaAppActivity"
|
||||
android:label="nymea:app"
|
||||
android:screenOrientation="unspecified"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/SplashScreenTheme"
|
||||
android:exported="true">
|
||||
|
||||
Reference in New Issue
Block a user