Remove framelayout to make focus don't have duplicate action

Fixes: 131128155
Test: Manual
Change-Id: Ifb96698007a2bfafb545dbc04f61343160a41ef7
This commit is contained in:
hughchen
2019-12-03 11:52:50 +08:00
parent 01cf29b958
commit 23d04125b5

View File

@@ -15,17 +15,12 @@
limitations under the License.
-->
<FrameLayout
<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:gravity="center_vertical"
android:paddingTop="12dp"
android:paddingBottom="8dp"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<androidx.slice.widget.SliceView
android:id="@+id/slice_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="12dp"
android:paddingBottom="8dp"/>
</FrameLayout>
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>