Skip to content

Commit

Permalink
- last 1.2 details to build the APK
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Nov 6, 2017
1 parent 0a54b87 commit 260c5f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<activity android:name=".SubmissionDetail" />
<activity
android:name=".Schedule"
android:label="@string/title_activity_schedule2"
android:label="@string/title_activity_schedule"
android:theme="@style/AppTheme.NoActionBar">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/java/cu/cubaconf/Schedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
// as you specify a parent activity in AndroidManifest.xml.
int id = item.getItemId();

//noinspection SimplifiableIfStatement
if (id == R.id.action_settings) {
return true;
}

return super.onOptionsItemSelected(item);
}
Expand Down
10 changes: 0 additions & 10 deletions app/src/main/res/menu/menu_schedule2.xml

This file was deleted.

3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
<string name="search_hint">Search</string>
<string name="title_activity_schedule">Schedule</string>
<string name="day">day</string>
<string name="title_activity_schedule2">Schedule2</string>
<string name="action_settings">Settings</string>
<string name="section_format">Hello World from section: %1$d</string>

<string name="room">Room %1$d</string>
<string name="empty">This room seems to be empty</string>
Expand Down

0 comments on commit 260c5f0

Please sign in to comment.