aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_about_links.xml
blob: 2417c321b0468b6a53f634fe8be5656c7bc75da4 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>

<!--Just the container core so we can bind it to an AdapterItem-->
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/about_icons_container"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:clickable="false"
    android:padding="@dimen/kau_spacing_normal" />