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