summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/swipeactions_picker.xml
blob: e473888b2bcccb3cd7275265f04c3297d77cd8d2 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<androidx.gridlayout.widget.GridLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:grid="http://schemas.android.com/apk/res-auto"
    android:id="@+id/pickerGridLayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="16dp"
    grid:columnCount="2"
    grid:alignmentMode="alignBounds" />