fixed merge conflict, when you pull check the right dependency is in your build.gradle file
This commit is contained in:
parent
1014a78de8
commit
296aaf05e3
5 changed files with 5 additions and 18 deletions
|
@ -11,7 +11,7 @@ public class SignUp extends AppCompatActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_sign_up);
|
||||
MaterialSpinner spinner = findViewById(R.id.RoleInput);
|
||||
spinner.setItems("Ice Cream Sandwich", "Jelly Bean", "KitKat", "Lollipop", "Marshmallow");
|
||||
spinner.setItems("Admin", "User", "Service Provider");
|
||||
spinner.setOnItemSelectedListener(new MaterialSpinner.OnItemSelectedListener<String>() {
|
||||
|
||||
@Override public void onItemSelected(MaterialSpinner view, int position, long id, String item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue