|  |  | @ -4,23 +4,102 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |     xmlns:tools="http://schemas.android.com/tools" |  |  |  |     xmlns:tools="http://schemas.android.com/tools" | 
			
		
	
		
		
			
				
					
					|  |  |  |     android:layout_width="match_parent" |  |  |  |     android:layout_width="match_parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |     android:layout_height="match_parent" |  |  |  |     android:layout_height="match_parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     android:orientation="vertical" | 
			
		
	
		
		
			
				
					
					|  |  |  |     tools:context=".ui.setting.project.NewProjectActivity"> |  |  |  |     tools:context=".ui.setting.project.NewProjectActivity"> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <TextView |  |  |  |     <TextView | 
			
		
	
		
		
			
				
					
					|  |  |  |         android:id="@+id/np_btn_txt" |  |  |  |         android:id="@+id/np_project_name" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         android:layout_width="match_parent" |  |  |  |         android:layout_width="0dp" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         android:layout_height="wrap_content" |  |  |  |         android:layout_height="50dp" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="10dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:gravity="center|right" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:text="@string/np_project_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:textSize="24dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |         app:layout_constraintStart_toStartOf="parent" |  |  |  |         app:layout_constraintStart_toStartOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |         app:layout_constraintTop_toTopOf="parent" |  |  |  |         app:layout_constraintTop_toTopOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |         android:text="hello new project" |  |  |  |         app:layout_constraintWidth_percent="0.3" /> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         android:textSize="24dp"/> |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <EditText | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_project_name_txt" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="0dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginLeft="20dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:imeOptions="actionDone" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:inputType="text" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:textSize="24dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toEndOf="@+id/np_project_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toTopOf="@+id/np_project_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintWidth_percent="0.7" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <TextView | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_icon_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="0dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="5dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:gravity="center|right" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:text="@string/np_icon_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:textSize="24dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toStartOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_project_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintWidth_percent="0.3" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <ImageView | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_icon_fill" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginLeft="20dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="5dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:ico_color="@color/red" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:ico_icon="ion_ios_heart" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toEndOf="@+id/np_icon_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_project_name_txt" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <TextView | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_color_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="0dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="5dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:gravity="center|right" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:text="@string/np_color_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:textSize="24dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toStartOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_icon_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintWidth_percent="0.3" /> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <Button |  |  |  |     <Button | 
			
		
	
		
		
			
				
					
					|  |  |  |         android:id="@+id/np_btn_back" |  |  |  |         android:id="@+id/np_color_picker" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         android:layout_width="wrap_content" |  |  |  |         android:layout_width="wrap_content" | 
			
		
	
		
		
			
				
					
					|  |  |  |         android:layout_height="wrap_content" |  |  |  |         android:layout_height="50dp" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         app:layout_constraintStart_toStartOf="@id/np_btn_txt" |  |  |  |         android:layout_marginLeft="20dp" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         app:layout_constraintTop_toTopOf="@id/np_btn_txt" |  |  |  |         android:layout_marginTop="5dp" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         android:text="返回"/> |  |  |  |         android:text="@string/np_color_picker" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toEndOf="@+id/np_color_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_icon_fill" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <Button | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_button_back" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="0dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginLeft="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="25dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:gravity="center" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:text="@string/np_button_back" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintStart_toStartOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_color_name" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintWidth_percent="0.35" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <Button | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:id="@+id/np_button_confirm" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_width="0dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_height="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginTop="25dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:layout_marginRight="50dp" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:gravity="center" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         android:text="@string/np_button_confirm" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintEnd_toEndOf="parent" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintTop_toBottomOf="@+id/np_color_picker" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         app:layout_constraintWidth_percent="0.35" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> |  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> |