Status Update
Comments
tn...@google.com <tn...@google.com>
do...@dolphy.eu <do...@dolphy.eu> #2
These changes would be really nice! Being able to change the text colour is really important as it now doesn't match the rest of our app either.
Stack overflow posting -http://stackoverflow.com/questions/32533069/how-to-change-a-title-color-in-chrome-custom-tabs
Stack overflow posting -
xa...@android.com <xa...@android.com> #3
Changing text color and the overflow icon color is important to us too! Awesome work on the feature though.
ic...@gmail.com <ic...@gmail.com> #4
The ability of customize the status bar color is very important!
do...@dolphy.eu <do...@dolphy.eu> #5
It is in the essence of a "custom" UI component to have a custom color. Please add this feature!
xa...@android.com <xa...@android.com> #6
I have noted that the status bar automatically generated from the toolbar color is a bit darker than needed. The status bar color of the chrome activity is different to the one of the rest of my app. It doesn't strictly follow Material guidelines.
mc...@gmail.com <mc...@gmail.com> #7
The same issue I met. And is there a way to customize the title? using my own title rather than the url's. Thanks
xa...@android.com <xa...@android.com> #8
Would very appreciate this enhancement!
re...@gmail.com <re...@gmail.com> #9
I'd love to have the possibility to change title text color, I'll be a very important graphic consistency inside my app
re...@gmail.com <re...@gmail.com> #10
Voting +1 for this feature.
ga...@gmail.com <ga...@gmail.com> #11
It has been more than a year. Please add this!
ja...@gmail.com <ja...@gmail.com> #12
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #13
It will certainly be a nice feature and have a nice title for the chrome tab. Please fix this.
ic...@gmail.com <ic...@gmail.com> #14
Customize the status bar color is a real need. Voting +1
xa...@android.com <xa...@android.com>
jv...@google.com <jv...@google.com> #15
Yes, it's needed definitely. Please!! Voting+1.
Description
While with eclipse the build of our multi library project works fine, with ant i get the following error message when running "ant release":
com.android.dx.util.DexException: Multiple dex files define Lcom/my/app/Manifest$permission;
Also see:
OS: Win7
Ant: 1.8.3
STEPS TO REPRODUCE:
1. Create project with multiple libraries and manifests (manifest merger enabled), the Manifest files use the same package name throughout.
2. Build with eclipse -> works
3. Build with ant (tools r20) -> works
4. Build with ant (tolls r21) -> fails
EXPECTED RESULTS:
Also works with ant.
OBSERVED RESULTS:
com.android.dx.util.DexException: Multiple dex files define Lcom/my/app/Manifest$permission;