fython/MaterialStepperView

Set different summary when step state is changed

tenSunFree opened this issue · 2 comments

app:step_summary="", 是針對處理完之後 折疊起來的View, 顯示的摘要
那 有沒有考慮新增一個, 是針對尚未處理 但是摺疊起來的View, 顯示的摘要?

尚未處理 但是摺疊起來的View
01

處理完之後 折疊起來的View
02

我感覺左側的圖示已經足夠清晰地向使用者顯示完成狀態,摘要用於描述步驟的內容就夠了。

其他人可能也會有相同的想法,我在下一個版本還是加一個已完成摘要文本的屬性吧(屆時命名為
app:step_summary_done,可選參數,當為空值時無論是否已完成還是會使用 app:step_summary),供大家自行選擇需不需要使用。


I think the left icon has been clear enough to show users if step is finished. The summary should be use to describe what step need only.

Maybe others have a same idea. I will add a new attribute for finsihed step summary (named app:step_summary_done, optional. If null, view will display app:step_summary's value whatever if it's finished).

New attribute is added in commit e1e3281 .


新參數已經在 e1e3281 提交中添加。