update
This commit is contained in:
parent
1ae2a9d552
commit
8c8f04cc17
@ -19,8 +19,8 @@ android {
|
||||
applicationId = "com.keyborad.theme.trendyborad"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = 6
|
||||
versionName = "1.5"
|
||||
versionCode = 7
|
||||
versionName = "1.6"
|
||||
setProperty(
|
||||
"archivesBaseName",
|
||||
"TrendyBoard-" + versionName + "(${versionCode})_$timestamp"
|
||||
|
||||
@ -49,6 +49,7 @@ public class TrendyMyInputMethodService extends InputMethodService implements Tr
|
||||
private int c = R.xml.xml_three;
|
||||
|
||||
private int curImeAction = EditorInfo.IME_ACTION_UNSPECIFIED;
|
||||
|
||||
@SuppressLint("InflateParams")
|
||||
@Override
|
||||
public View onCreateInputView() {
|
||||
@ -144,8 +145,10 @@ public class TrendyMyInputMethodService extends InputMethodService implements Tr
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
if (videoView != null) {
|
||||
videoView.stopPlayback();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPress(int primaryCode) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="MyKeyBoard" beanWrapper="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<style name="MyKeyBoard" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_200</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user