Can't Repro
Status Update
Comments
ar...@google.com <ar...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
al...@gmail.com <al...@gmail.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
pe...@gmail.com <pe...@gmail.com> #4
I need this feature too...
ar...@google.com <ar...@google.com> #5
+1, I need this very badly
[Deleted User] <[Deleted User]> #6
+1 My company also need this feature.
st...@google.com <st...@google.com> #7
Can we atleast know the status of the issue please? Will it be fixed or is it in low priority. It's been 4 years.
is...@google.com <is...@google.com>
sa...@google.com <sa...@google.com> #8
We are currently investigating possibly solutions.
Description
buildToolsVersion 26.0.0
minSdkVersion 14
targetSdkVersion 25
Support Library Version: 26.0.0-beta2
Reproduced on: x86 Emulator 7.0 Revision 7
Resource
device-2017-06-14-230015_7.0 is on 7.0 , the result on right is wrong.
device-2017-06-14-231237_8.0 is on 8.0, the result is correct.
In the screenshot, the left not limit the max lines,and the right limit max lines = 1.
I hope the right max lines = 1,and if the container can't fit the smallest textsize, it will use "..." to instead (at this moment, the TextView must be the smallest text size).
but currently, it is the max textsize.
I test it on different devices, on Android 8.0 , it works well, because it use the system TextView.
on Devices below Androd 8.0, it goes wrong, it might because of the AppconpatTextView in support library.
Home to know if it is a bug or not!