summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/secondary_action.xml
blob: eb1871abc27216015622005d9258654ad0067aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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" />