|
|
@@ -13,6 +13,7 @@ import java.util.List;
|
|
|
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.bean.TextImageBean;
|
|
|
+import kr.co.zumo.app.lifeplus.util.StringUtil;
|
|
|
import kr.co.zumo.app.lifeplus.view.IEventListener;
|
|
|
import kr.co.zumo.app.lifeplus.view.custom.Snapper;
|
|
|
|
|
|
@@ -61,7 +62,7 @@ public class CustomListicleImageView extends ConstraintLayout {
|
|
|
recyclerView = findViewById(R.id.recycler_view_listicle_view);
|
|
|
|
|
|
|
|
|
- textViewTitleNumber.setText("05");
|
|
|
+ textViewTitleNumber.setText(StringUtil.lpad(2, 5));
|
|
|
textViewTitle.setText("Title");
|
|
|
textViewSubTitle.setText("SubTitle");
|
|
|
|