FoldableLayout
FoldableLayout copied to clipboard
Button.
Hello alex, how to add button into unfoldable details? Thank you alex
Hi, can't see any problems actually, just put your button into details layout. Checked in sample app and it worked just fine.
Thanks alex for your response, I will try it again.
Like this
<Button
android:id="@+id/readmore"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginBottom="@dimen/default_margin"
android:layout_marginLeft="@dimen/default_margin"
android:layout_marginRight="@dimen/default_margin"
android:layout_marginTop="8dp"
android:lineSpacingExtra="4sp"
android:background="#775768"
android:textColor="#eee"
android:text="Read Full Article"
android:textSize="14sp" />