This commit is contained in:
Brian Mwadime 2016-07-16 11:33:31 +03:00
Родитель f1ce7a7501
Коммит 544dbeae28
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -29,7 +29,6 @@
</activity>
<activity
android:name=".activities.DashboardActivity"
android:label="@string/title_dashboard"
android:launchMode="singleTop"
android:theme="@style/AppTheme.SplashTheme"
android:windowSoftInputMode="stateHidden">

Просмотреть файл

@ -19,6 +19,7 @@ public class DashboardActivity extends DSOActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.dashboard_layout);
mDashboard = DashboardActivity.this;
this.setTitle(getResources().getString(R.string.title_dashboard));
Analytics.add("Dashboard", "create");
}

Просмотреть файл

@ -51,5 +51,5 @@
<string name="welcome_title">Jisort!</string>
<string name="welcome_description">Explore the topics in this app to learn more about your phone.</string>
<string name="welcome_button">Ok\! Let\'s go\!</string>
<string name="title_dashboard">Jisort</string>
<string name="title_dashboard">Jisort - What would you like to do?</string>
</resources>