Update CustomKeyboard.java

release
FongMi 2 years ago
parent b22cc68e05
commit c70e0a2c00
  1. 2
      app/src/leanback/java/com/fongmi/android/tv/ui/custom/CustomKeyboard.java

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

Loading…
Cancel
Save