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

Commit 23d04125 authored by hughchen's avatar hughchen
Browse files

Remove framelayout to make focus don't have duplicate action

Fixes: 131128155
Test: Manual
Change-Id: Ifb96698007a2bfafb545dbc04f61343160a41ef7
parent 01cf29b9
Loading
Loading
Loading
Loading
+5 −10
Original line number Diff line number Diff line
@@ -15,17 +15,12 @@
  limitations under the License.
  -->

<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<androidx.slice.widget.SliceView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/slice_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingTop="12dp"
        android:paddingBottom="8dp"/>
</FrameLayout>
    android:paddingBottom="8dp"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>
 No newline at end of file