android 自定義軟鍵盤時 字體模糊解決辦法

在KeyboardView中加入

android:shadowRadius=”0.0”

這句話就ok

android.inputmethodservice.KeyboardView android:id=”@+id/kv_input_car_plate_keyboard_view”
android:layout_width=”fill_parent”
android:layout_height=”wrap_content”
android:layout_alignParentBottom=”true”
android:focusable=”true”
android:background=”#ffffff” android:keyBackground=”@drawable/selector_keyboard_btn_bg”
android:keyTextColor=”#000000”
android:shadowRadius=”0.0”
/>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章