am fd8f1cf1: am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" into lmp-dev

* commit 'fd8f1cf1bde09008ace309d8fb925e69df10c676':
  Use RelativeLayout for the backing view
main
Yohei Yukawa 2014-08-16 14:13:06 +00:00 committed by Android Git Automerger
commit 230a73a1d6
1 changed files with 1 additions and 1 deletions

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