summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/secondary_action.xml
blob: 1f4d9e4e661c606ec1430566557bb2c94aac6348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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/butSecondaryAction"
    android:layout_width="@dimen/listview_secondary_button_width"
    android:layout_height="match_parent"
    android:background="?attr/selectableItemBackground"
    android:clickable="false"
    android:focusable="false"
    android:focusableInTouchMode="false"
    tools:ignore="ContentDescription"
    tools:src="@sample/secondaryaction" />