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

Commit feb51e20 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove framelayout to make focus don't have duplicate action"

parents af957193 23d04125
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