Merge "Use FrameLayout for the backing view" into lmp-dev

This commit is contained in:
Yohei Yukawa 2014-08-21 18:06:05 +00:00 committed by Android (Google) Code Review
commit 8e2fcaa334

View file

@ -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. -->
<RelativeLayout
<FrameLayout
android:id="@+id/key_preview_backing"
android:layout_width="match_parent"
android:layout_height="0dp" />