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

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

am 8cbc37f2: am 8e2fcaa3: Merge "Use FrameLayout for the backing view" into lmp-dev

* commit '8cbc37f2':
  Use FrameLayout for the backing view
parents ebec5e13 8cbc37f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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" />