Adds some TODOs.
This commit is contained in:
		| @@ -26,6 +26,7 @@ import com.majinnaibu.monstercards.utils.Logger; | ||||
| import com.majinnaibu.monstercards.utils.TextChangedListener; | ||||
|  | ||||
| public class EditLanguagesFragment extends MCFragment { | ||||
|     // TODO: Make the swipe to delete not happen for the header | ||||
|     private EditMonsterViewModel mViewModel; | ||||
|     private ViewHolder mHolder; | ||||
|  | ||||
|   | ||||
| @@ -24,6 +24,7 @@ import com.majinnaibu.monstercards.utils.Logger; | ||||
| import com.majinnaibu.monstercards.utils.TextChangedListener; | ||||
|  | ||||
| public class EditSkillFragment extends MCFragment { | ||||
|     // TODO: when this view is shown select focus on the name edit text and select it's contents | ||||
|     private EditMonsterViewModel mEditMonsterViewModel; | ||||
|     private EditSkillViewModel mViewModel; | ||||
|     private ViewHolder mHolder; | ||||
|   | ||||
| @@ -21,6 +21,7 @@ import com.majinnaibu.monstercards.utils.Logger; | ||||
| import com.majinnaibu.monstercards.utils.TextChangedListener; | ||||
|  | ||||
| public class EditStringFragment extends MCFragment { | ||||
|     // TODO: when this fragment is shown focus on the edit text and select it's contents | ||||
|     private EditMonsterViewModel mEditMonsterViewModel; | ||||
|     private EditStringViewModel mViewModel; | ||||
|     private ViewHolder mHolder; | ||||
|   | ||||
| @@ -15,6 +15,7 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" /> | ||||
|  | ||||
|         <!-- // TODO: Make this a stepper instead of a text field --> | ||||
|         <com.google.android.material.textfield.TextInputLayout | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
| @@ -38,6 +39,7 @@ | ||||
|             android:text="@string/label_has_a_shield" | ||||
|             android:textSize="20sp" /> | ||||
|  | ||||
|         <!-- // TODO: Make this a stepper instead of a text field --> | ||||
|         <com.google.android.material.textfield.TextInputLayout | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|   | ||||
| @@ -86,7 +86,7 @@ | ||||
|         </com.google.android.material.textfield.TextInputLayout> | ||||
|  | ||||
|         <!-- Hit Dice (int) --> | ||||
|  | ||||
|         <!-- // TODO: Make this a stepper instead of a text field --> | ||||
|         <com.google.android.material.textfield.TextInputLayout | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Hicks
					Tom Hicks