bugfix in the android keyboard for the choice of language

This commit is contained in:
kr.angelov
2013-12-17 17:09:53 +00:00
parent e17f670076
commit ffc26796ab
2 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -17,4 +17,4 @@
android:padding="5dp"
android:clickable="true"
/>
</LinearLayout>
</TableLayout>