Layout Changes
No Statistics Small changes in help
This commit is contained in:
parent
89ae0cee8f
commit
8bb0fcbe48
3 changed files with 6 additions and 5 deletions
|
|
@ -297,10 +297,10 @@ public class BreakReminder extends AppCompatActivity
|
|||
// Handle the profile action
|
||||
Intent intent = new Intent(this, SettingsActivity.class);
|
||||
this.startActivity(intent);
|
||||
} else if (id == R.id.nav_statistics) {
|
||||
//} else if (id == R.id.nav_statistics) {
|
||||
// Show statistics
|
||||
Intent intent = new Intent(this, StatisticsActivity.class);
|
||||
this.startActivity(intent);
|
||||
//Intent intent = new Intent(this, StatisticsActivity.class);
|
||||
//this.startActivity(intent);
|
||||
} else if (id == R.id.nav_help) {
|
||||
// Show help
|
||||
Intent intent = new Intent(this, HelpActivity.class);
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
android:layout_toRightOf="@+id/imageView"
|
||||
android:text="@string/help_start_screen"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textSize="6pt"
|
||||
android:textSize="5pt"
|
||||
android:layout_marginLeft="5dp"/>
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -9,10 +9,11 @@
|
|||
android:id="@+id/nav_settings"
|
||||
android:icon="@drawable/ic_menu_manage"
|
||||
android:title="@string/title_activity_settings" />
|
||||
<item
|
||||
<!--<item
|
||||
android:id="@+id/nav_statistics"
|
||||
android:icon="@drawable/drawer_statistic_logo"
|
||||
android:title="@string/statistics" />
|
||||
-->
|
||||
</group>
|
||||
|
||||
<group android:checkableBehavior="single">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue