Merge "Input method root view should have BOTTOM gravity." into klp-dev

This commit is contained in:
John Spurlock
2013-10-17 16:30:45 +00:00
committed by Android (Google) Code Review

View File

@@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="start|bottom"
>
<LinearLayout