|
|
@@ -22,7 +22,7 @@ import kr.co.zumo.app.R;
|
|
|
* @history 하세미 [2019-02-14] [최초 작성]
|
|
|
* @since 2019-02-14
|
|
|
*/
|
|
|
-public class EventSelectCombinedTwoLineView extends ConstraintLayout implements Checkable {
|
|
|
+public class EventSelectTextTwoLineView extends ConstraintLayout implements Checkable {
|
|
|
|
|
|
private Context context;
|
|
|
private ConstraintLayout layoutBackground;
|
|
|
@@ -31,21 +31,21 @@ public class EventSelectCombinedTwoLineView extends ConstraintLayout implements
|
|
|
private boolean isChecked;
|
|
|
private OnClickListener listener;
|
|
|
|
|
|
- public EventSelectCombinedTwoLineView(Context context) {
|
|
|
+ public EventSelectTextTwoLineView(Context context) {
|
|
|
super(context);
|
|
|
this.context = context;
|
|
|
init(context);
|
|
|
attachEvent();
|
|
|
}
|
|
|
|
|
|
- public EventSelectCombinedTwoLineView(Context context, AttributeSet attrs) {
|
|
|
+ public EventSelectTextTwoLineView(Context context, AttributeSet attrs) {
|
|
|
super(context, attrs);
|
|
|
this.context = context;
|
|
|
init(context);
|
|
|
attachEvent();
|
|
|
}
|
|
|
|
|
|
- public EventSelectCombinedTwoLineView(Context context, AttributeSet attrs, int defStyleAttr) {
|
|
|
+ public EventSelectTextTwoLineView(Context context, AttributeSet attrs, int defStyleAttr) {
|
|
|
super(context, attrs, defStyleAttr);
|
|
|
this.context = context;
|
|
|
init(context);
|