|
|
@ -20,6 +20,7 @@ import androidx.recyclerview.widget.RecyclerView; |
|
|
|
|
|
|
|
|
|
|
|
import com.mikepenz.community_material_typeface_library.CommunityMaterial; |
|
|
|
import com.mikepenz.community_material_typeface_library.CommunityMaterial; |
|
|
|
import com.mikepenz.iconics.IconicsDrawable; |
|
|
|
import com.mikepenz.iconics.IconicsDrawable; |
|
|
|
|
|
|
|
import com.mikepenz.ionicons_typeface_library.Ionicons; |
|
|
|
import com.skydoves.colorpickerview.ColorEnvelope; |
|
|
|
import com.skydoves.colorpickerview.ColorEnvelope; |
|
|
|
import com.skydoves.colorpickerview.ColorPickerDialog; |
|
|
|
import com.skydoves.colorpickerview.ColorPickerDialog; |
|
|
|
import com.skydoves.colorpickerview.ColorPickerView; |
|
|
|
import com.skydoves.colorpickerview.ColorPickerView; |
|
|
@ -46,7 +47,7 @@ public class NewProjectActivity extends BaseActivity { |
|
|
|
|
|
|
|
|
|
|
|
private ActivityNewProjectBinding binding; |
|
|
|
private ActivityNewProjectBinding binding; |
|
|
|
private int selectedColor = Color.RED; |
|
|
|
private int selectedColor = Color.RED; |
|
|
|
private String selectedIcon = CommunityMaterial.Icon.cmd_access_point.name(); |
|
|
|
private String selectedIcon = Ionicons.Icon.ion_ios_heart.name(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* icon 展示 recycleViewAdapter |
|
|
|
* icon 展示 recycleViewAdapter |
|
|
|