Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8f1cf1 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

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

* commit '4617bf56':
  Use RelativeLayout for the backing view
parents c9240d28 4617bf56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />