fix typo
This commit is contained in:
parent
285bc89761
commit
7dc2d9966b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class DashboardActivity extends BaseDownloadActivity {
|
||||||
lp = getMyApplication().getLocationProvider();
|
lp = getMyApplication().getLocationProvider();
|
||||||
|
|
||||||
final String textVersion = Version.getFullVersion(getMyApplication());
|
final String textVersion = Version.getFullVersion(getMyApplication());
|
||||||
getSupportActionBar().setTitle(textVersion.subString(0, textVersion.getIndex("#")));
|
getSupportActionBar().setTitle(textVersion.substring(0, textVersion.getIndex("#")));
|
||||||
ColorDrawable color = new ColorDrawable(getResources().getColor(R.color.actionbar_color));
|
ColorDrawable color = new ColorDrawable(getResources().getColor(R.color.actionbar_color));
|
||||||
getSupportActionBar().setBackgroundDrawable(color);
|
getSupportActionBar().setBackgroundDrawable(color);
|
||||||
getSupportActionBar().setIcon(android.R.color.transparent);
|
getSupportActionBar().setIcon(android.R.color.transparent);
|
||||||
|
|
Loading…
Reference in a new issue