Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/src/main/java/be/scri/services/GeneralKeyboardIME.kt
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ abstract class GeneralKeyboardIME(
}

binding.separator1.visibility = View.GONE
binding.ivInfo.visibility = View.GONE

binding.scribeKeyOptions.foreground = AppCompatResources.getDrawable(this, R.drawable.ic_scribe_icon_vector)
initializeKeyboard(getKeyboardLayoutXML())
Expand Down Expand Up @@ -738,6 +739,7 @@ abstract class GeneralKeyboardIME(
binding.separator4.visibility = View.GONE
binding.separator5.visibility = View.GONE
binding.separator6.visibility = View.GONE
binding.ivInfo.visibility = View.GONE

binding.scribeKeyOptions.foreground = AppCompatResources.getDrawable(this, R.drawable.close)
}
Expand All @@ -759,6 +761,7 @@ abstract class GeneralKeyboardIME(
},
),
)
binding.ivInfo.visibility = View.GONE

binding.scribeKeyToolbar.foreground =
AppCompatResources.getDrawable(
Expand Down