Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExpandableLayout with empty headerLayout ? #54

Open
DaRolla opened this issue Mar 22, 2016 · 0 comments
Open

ExpandableLayout with empty headerLayout ? #54

DaRolla opened this issue Mar 22, 2016 · 0 comments

Comments

@DaRolla
Copy link

DaRolla commented Mar 22, 2016

Hi there,

I needed an ExpandableLayout which is triggered by an CheckBox and NOT by its header.

So I am searching for the smallest header.

Leaving the field empty or setting it to @null won't work.

This is my smallest "almost invisible" header:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="1px">

    <View
        android:layout_width="1px"
        android:layout_height="1px"/>

</RelativeLayout>

I'd like this to be fixed...

Greetings,
DaRolla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant