am 8e2fcaa3: Merge "Use FrameLayout for the backing view" into lmp-dev
* commit '8e2fcaa33411e7cf12bc66ff8171e5466b804950': Use FrameLayout for the backing viewmain
commit
8cbc37f2c8
|
@ -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 New Issue