Fixed
Status Update
Comments
en...@google.com <en...@google.com> #3
Attached a screenshot of my problem.
en...@google.com <en...@google.com> #4
Are you using support library or native ActionBar..?
en...@google.com <en...@google.com> #5
I'm using Native ActionBar.
en...@google.com <en...@google.com> #6
I am experiencing this issue as well using the v7 AppCompat ActionBar library. The issue is resolved when the user rotates their device.
na...@google.com <na...@google.com> #7
#6 Of course, the layout is entirely redone in this case.
I have the feeling from what I saw on my apps that the title might be truncated when it has been set to a short string and then a larger one is set. But I never could reproduce it consistently, from time to time it appears. anything that re-draw the activity correct it.
I have the feeling from what I saw on my apps that the title might be truncated when it has been set to a short string and then a larger one is set. But I never could reproduce it consistently, from time to time it appears. anything that re-draw the activity correct it.
st...@gmail.com <st...@gmail.com> #8
[Comment deleted]
je...@gmail.com <je...@gmail.com> #9
Here is a solution for this:
1. get actionbar view
public View getActionBarView() {
Window window = getWindow();
View v = window.getDecorView();
int resId = getResources().getIdentifier("action_bar_container", "id", "android");
return v.findViewById(resId);
}
2. invalidate the actionbar after you set the title
1. get actionbar view
public View getActionBarView() {
Window window = getWindow();
View v = window.getDecorView();
int resId = getResources().getIdentifier("action_bar_container", "id", "android");
return v.findViewById(resId);
}
2. invalidate the actionbar after you set the title
je...@gmail.com <je...@gmail.com> #10
Issue is not obsolete, using ActionBar.setTitle() still truncates a title longer than the previous title when there is plenty of room. None of the workarounds out there have worked so far.
[Deleted User] <[Deleted User]> #11
I am using the latest v7 AppCompat ActionBar and the issue still occurs. None of the workarounds work for me. How is this obsolete?
ma...@games2win.com <ma...@games2win.com> #12
Stating that an issue is obsolete is the oldest trick a developper uses to reduce the number of bugs his project might have.
"What!?! There are 150 unresolved issues on this topic ??"
"Uhh... Wait, all these bugs are from 2013, I close them, it's mid 2015 now"
"Oh, only 35 bugs left, good job man"
"What!?! There are 150 unresolved issues on this topic ??"
"Uhh... Wait, all these bugs are from 2013, I close them, it's mid 2015 now"
"Oh, only 35 bugs left, good job man"
ma...@games2win.com <ma...@games2win.com> #13
I still have this issue....
ta...@gmail.com <ta...@gmail.com> #14
I too have this issue. How can this be obsolete?
[Deleted User] <[Deleted User]> #15
Support v7 Action bar still have this issue
ti...@old.zitrointeractive.com <ti...@old.zitrointeractive.com> #16
[Comment deleted]
en...@google.com <en...@google.com> #17
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #18
workaround
getSupportActionBar().setTitle("");
getSupportActionBar().setTitle(title);
getSupportActionBar().setTitle("");
getSupportActionBar().setTitle(title);
ub...@gmail.com <ub...@gmail.com> #19
Just encounter this long standing bug, thanks for the workaround
Google still have a lot to learn, how can they mark this as obsolete. It's a wonder anyone ever develops for Android. They're just complacent thanks to their market share, but look what happened to Nokia.
Google still have a lot to learn, how can they mark this as obsolete. It's a wonder anyone ever develops for Android. They're just complacent thanks to their market share, but look what happened to Nokia.
je...@gmail.com <je...@gmail.com> #20
Im still seeing this issue and setting empty string first doesnt work, why is this marked as wont fix?
je...@gmail.com <je...@gmail.com> #21
This issue is not fixed. I still see this issue and no matter what I try, I see this issue. Even tried this StackOverflow solutions:
https://stackoverflow.com/q/15389663/878126
First title set determines the max length of the title for next setting of the title text.
I've starred similar reports here:
https://issuetracker.google.com/issues/37009620
https://issuetracker.google.com/issues/37125427
First title set determines the max length of the title for next setting of the title text.
I've starred similar reports here:
en...@google.com <en...@google.com>
ma...@games2win.com <ma...@games2win.com> #22
Thank you !
he...@gmail.com <he...@gmail.com> #23
I'm on 5.0.1 now and problem is still there on my Nexus 4.
I'm a GTasks user and it will still not install and give the -505 error instead.
I'm a GTasks user and it will still not install and give the -505 error instead.
ge...@gmail.com <ge...@gmail.com> #24
[Comment deleted]
ge...@gmail.com <ge...@gmail.com> #25
same for me with different app....k-9 mail it is for me.....it is only the one, but that still is nagging
am on 5.02 nexus 5
am on 5.02 nexus 5
dh...@gmail.com <dh...@gmail.com> #26
Still persisting on 5.0.1 for me. Utter Beta is the culprit.
jo...@gmail.com <jo...@gmail.com> #27
I have the same issue, with new android version 5.0.2, the hash obtained by y device is different.
Any solutions?? I can't generate a new certificate for this app, because, then, I can't upload to play store, because de hashes are differents...
Any solutions?? I can't generate a new certificate for this app, because, then, I can't upload to play store, because de hashes are differents...
i....@gmail.com <i....@gmail.com> #28
I am on 5.0.2 and still have the issue.
qa...@gmail.com <qa...@gmail.com> #29
5.1 Nexus 5 still the same issue, why this is so difficult to fix while it's essential to developers?
mu...@gmail.com <mu...@gmail.com> #30
I have same issue after installing 5.0 in Asus zenfone 5
le...@gmail.com <le...@gmail.com> #31
I am having a problem installing applications microsoft family (Xbox One SmartGlass, MSN News, MSN Weather, Sports MSN).
Soon after starting the install applications occurs the error "-505".
Asus Zenfone 5.
Soon after starting the install applications occurs the error "-505".
Asus Zenfone 5.
ra...@gmail.com <ra...@gmail.com> #32
[Comment deleted]
Description
Please see this bug report with comments for details: