|
|
@@ -1,6 +1,7 @@
|
|
|
package kr.co.zumo.app.lifeplus.view.fragment.alarm;
|
|
|
|
|
|
import android.support.v7.widget.RecyclerView;
|
|
|
+import android.util.Log;
|
|
|
import android.view.View;
|
|
|
import android.widget.ImageView;
|
|
|
import android.widget.TextView;
|
|
|
@@ -45,8 +46,10 @@ public class AlarmTextViewHolder extends RecyclerView.ViewHolder {
|
|
|
textViewAlarmTitle.setText(R.string.event_title);
|
|
|
textViewAlarmDate.setText(R.string.event_date);
|
|
|
textViewAlarmDetail.setText(R.string.event_contents);
|
|
|
-
|
|
|
+ textViewShowContents.setText(R.string.point_confirm);
|
|
|
+ Log.e("APP# AlarmTextViewHolder | doDataSetting", "|" + getItemViewType());
|
|
|
switch (getItemViewType()) {
|
|
|
+
|
|
|
case TEXT_TYPE:
|
|
|
imageViewOpenArrow.setVisibility(View.GONE);
|
|
|
textViewShowContents.setVisibility(View.GONE);
|