Update CustomKeyboard.java

pull/586/head
FongMi 2 years ago
parent 3a3de5aace
commit b8ec211b3e
  1. 1
      app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomKeyboard.java

@ -22,6 +22,7 @@ public class CustomKeyboard implements KeyboardAdapter.OnClickListener {
}
private void initView() {
binding.keyboard.setItemAnimator(null);
binding.keyboard.setHasFixedSize(true);
binding.keyboard.addItemDecoration(new SpaceItemDecoration(6, 8));
binding.keyboard.setAdapter(adapter = new KeyboardAdapter(this));

Loading…
Cancel
Save