* commit '8cbc37f2c803fe5854237434742845a7b8ee32b9': Use FrameLayout for the backing view
This commit is contained in:
commit
5a96395b78
1 changed files with 1 additions and 1 deletions
|
@ -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. -->
|
||||||
<RelativeLayout
|
<FrameLayout
|
||||||
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 a new issue