SRE/02-Easy5/E5/resources/res/layout/abc_action_mode_bar.xml
2025-03-31 16:33:42 +02:00

8 lines
335 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.ActionBarContextView xmlns:android="http://schemas.android.com/apk/res/android"
android:theme="?attr/actionModeTheme"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?attr/actionModeStyle"/>