diff options
author | 2014-08-16 14:13:06 +0000 | |
---|---|---|
committer | 2014-08-16 14:13:06 +0000 | |
commit | 230a73a1d647e95d4460980958220547776a04a0 (patch) | |
tree | 0676fd6f40a0f2be1eb779004151b41230bc8ead /java | |
parent | e260d62e0fed308eba8d1e8671d6afa2936bba66 (diff) | |
parent | fd8f1cf1bde09008ace309d8fb925e69df10c676 (diff) | |
download | latinime-230a73a1d647e95d4460980958220547776a04a0.tar.gz latinime-230a73a1d647e95d4460980958220547776a04a0.tar.xz latinime-230a73a1d647e95d4460980958220547776a04a0.zip |
am fd8f1cf1: am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" into lmp-dev
* commit 'fd8f1cf1bde09008ace309d8fb925e69df10c676':
Use RelativeLayout for the backing view
Diffstat (limited to 'java')
-rw-r--r-- | java/res/layout/input_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml index ff0b403d1..7bfda3ae2 100644 --- a/java/res/layout/input_view.xml +++ b/java/res/layout/input_view.xml @@ -25,7 +25,7 @@ android:gravity="bottom|center_horizontal" android:orientation="vertical" > <!-- The height of key_preview_backing view will automatically be determined by code. --> - <View + <RelativeLayout android:id="@+id/key_preview_backing" android:layout_width="match_parent" android:layout_height="0dp" /> |