discord-jadx/app/src/main/res/layout/abc_action_mode_close_item_...

3 lines
593 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/action_mode_close_button" android:paddingLeft="8dp" android:focusable="true" android:clickable="true" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginRight="16dp" android:contentDescription="@string/abc_action_mode_done" android:paddingStart="8dp" android:layout_marginEnd="16dp" app:srcCompat="?attr/actionModeCloseDrawable" style="?attr/actionModeCloseButtonStyle"/>