Remove framelayout to make focus don't have duplicate action
Fixes: 131128155 Test: Manual Change-Id: Ifb96698007a2bfafb545dbc04f61343160a41ef7
This commit is contained in:
@@ -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"/>
|
||||
Reference in New Issue
Block a user