Keyboard layout improvements.
Increase key height in portrait.
Increase spacebar width and reduce punctuation width.
Increase vertical target area for spacebar to avoid accidentally
hitting "V" and "B".
Increase height of candidate strip.
diff --git a/res/layout/candidates.xml b/res/layout/candidates.xml
index edd779a..39df81d 100755
--- a/res/layout/candidates.xml
+++ b/res/layout/candidates.xml
@@ -50,7 +50,7 @@
<com.android.inputmethod.latin.CandidateView
android:id="@+id/candidates"
android:layout_width="wrap_content"
- android:layout_height="38dp"
+ android:layout_height="@dimen/candidate_strip_height"
android:layout_weight="1"
/>