fixed all caps issue
This commit is contained in:
parent
385db9a304
commit
41c0df3c14
4 changed files with 10 additions and 4 deletions
|
@ -89,9 +89,9 @@ public class FindServiceProvider extends AppCompatActivity {
|
|||
Button button2 = findViewById(R.id.End);
|
||||
Button button3 = findViewById(R.id.Date);
|
||||
RadioGroup ratingselect = findViewById(R.id.RatingSelect);
|
||||
button.setText("START");
|
||||
button2.setText("END");
|
||||
button3.setText("DATE");
|
||||
button.setText("Start");
|
||||
button2.setText("End");
|
||||
button3.setText("Date");
|
||||
ratingselect.clearCheck();
|
||||
//clears recycler view
|
||||
String[][] empty = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue