mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '4617bf563f69047bfceb580477fae8c23c9b39f4': Use RelativeLayout for the backing view
This commit is contained in:
commit
fd8f1cf1bd
@ -25,7 +25,7 @@
|
|||||||
android:gravity="bottom|center_horizontal"
|
android:gravity="bottom|center_horizontal"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
<!-- The height of key_preview_backing view will automatically be determined by code. -->
|
<!-- The height of key_preview_backing view will automatically be determined by code. -->
|
||||||
<View
|
<RelativeLayout
|
||||||
android:id="@+id/key_preview_backing"
|
android:id="@+id/key_preview_backing"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp" />
|
android:layout_height="0dp" />
|
||||||
|
Loading…
Reference in New Issue
Block a user