am b7a227b9: Merge "Use RelativeLayout for the backing view" into lmp-dev
* commit 'b7a227b93ba9a0787e70157b4302b6abd15d018a': Use RelativeLayout for the backing viewmain
commit
4617bf563f
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue