Update CustomKeyboard.java

release
FongMi 2 years ago
parent 7586204e19
commit d5137451fd
  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