4 lines
650 B
XML
4 lines
650 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 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" style="?attr/actionModeCloseButtonStyle">
|
|
<ImageView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="?attr/actionModeCloseDrawable" android:scaleType="fitCenter"/>
|
|
</LinearLayout>
|