Android custom keyboard layout leaving a margin of white at the side

后端 未结 6 2093
渐次进展
渐次进展 2021-02-20 03:59

I\'m working on a custom keyboard for Android, and I\'ve run in to an issue where the keyboard seems to leave a white line/space at right, instead of filling the parent view...

6条回答
  •  醉话见心
    2021-02-20 04:17

    Have you tried adding this to the keyboard tag in your xml file?

    android:layout_height="fill_parent"
    android:layout_width="fill_parent"
    

提交回复
热议问题