fixed all caps issue
This commit is contained in:
parent
385db9a304
commit
41c0df3c14
4 changed files with 10 additions and 4 deletions
Binary file not shown.
|
@ -25,7 +25,7 @@
|
|||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
6
OlympusServices/.idea/vcs.xml
Normal file
6
OlympusServices/.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -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…
Reference in a new issue