Commit 2b0f212e authored by Grigory Fedorov's avatar Grigory Fedorov

App short cut title changed back to "development version" and ContactList...

App short cut title changed back to "development version" and ContactList title set to simple "Xabber".
parent cb7bfce2
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
android:theme="@style/Theme" android:theme="@style/Theme"
android:allowBackup="true"> android:allowBackup="true">
<activity <activity
android:label="@string/production_title" android:label="@string/application_name"
android:name="com.xabber.android.ui.ContactList" android:name="com.xabber.android.ui.ContactList"
android:launchMode="singleTop" android:launchMode="singleTop"
> >
......
...@@ -126,6 +126,8 @@ public class ContactList extends ManagedActivity implements OnAccountChangedList ...@@ -126,6 +126,8 @@ public class ContactList extends ManagedActivity implements OnAccountChangedList
setContentView(R.layout.contact_list); setContentView(R.layout.contact_list);
setTitle(getString(R.string.production_title));
ActionBar actionBar = getSupportActionBar(); ActionBar actionBar = getSupportActionBar();
actionBar.setDisplayShowTitleEnabled(false); actionBar.setDisplayShowTitleEnabled(false);
actionBar.setDisplayShowHomeEnabled(false); actionBar.setDisplayShowHomeEnabled(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment