FoldableLayout icon indicating copy to clipboard operation
FoldableLayout copied to clipboard

Button.

Open minimop opened this issue 6 years ago • 3 comments

Hello alex, how to add button into unfoldable details? Thank you alex

minimop avatar Mar 26 '18 16:03 minimop

Hi, can't see any problems actually, just put your button into details layout. Checked in sample app and it worked just fine.

alexvasilkov avatar Mar 27 '18 06:03 alexvasilkov

Thanks alex for your response, I will try it again.

minimop avatar Mar 29 '18 13:03 minimop

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" />

SNNafi avatar Nov 02 '18 15:11 SNNafi