aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_about_links.xml
blob: 09c79f377e2e52a85f4de491170acb405d3be87b (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-->
<android.support.constraint.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" />