8 lines
354 B
XML
8 lines
354 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/item"
|
|
style="?android:attr/actionButtonStyle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
tools:ignore="ContentDescription" /> |