diff options
Diffstat (limited to 'app/src/main/res/layout/item_about_links.xml')
-rw-r--r-- | app/src/main/res/layout/item_about_links.xml | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/app/src/main/res/layout/item_about_links.xml b/app/src/main/res/layout/item_about_links.xml index 52cf3f57..09c79f37 100644 --- a/app/src/main/res/layout/item_about_links.xml +++ b/app/src/main/res/layout/item_about_links.xml @@ -1,27 +1,9 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - A greatly compacted link layout with just the ids - The constraints are handled programmatically in AboutActivity ---> +<?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"> - - <ImageView - android:id="@+id/about_rate" - android:layout_width="@dimen/kau_avatar_bounds" - android:layout_height="@dimen/kau_avatar_bounds" /> - - <ImageView - android:id="@+id/about_reddit" - android:layout_width="@dimen/kau_avatar_bounds" - android:layout_height="@dimen/kau_avatar_bounds" /> - - <ImageView - android:id="@+id/about_github" - android:layout_width="@dimen/kau_avatar_bounds" - android:layout_height="@dimen/kau_avatar_bounds" /> - -</android.support.constraint.ConstraintLayout>
\ No newline at end of file + android:padding="@dimen/kau_spacing_normal" />
\ No newline at end of file |