[android-developers] Android Studio: How to rename/move generated R.class

2015-04-25 Thread mradlmaier
I used the word android in my package name, without knowing that Google 
Play does allow that. So, I renamed (refactored) my package name to 
something else, but in the generated packages (R.class)still stays the 
same, with android in the package name. How can I rename it?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Watch Face Sample

2015-04-25 Thread catafest
can you use some libs but also you have to deal with a lot of problems... 
this mean you need to know very well your project , not jost some points ...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to remove blue cast on views

2015-04-25 Thread Simon Giddings
In my app, I create a music score dynamically in a custom view.
This is held within a fragment, which does not have any custom background 
colour or resource applied to it.
Here is a screen shot illustrating the situation ...

https://lh3.googleusercontent.com/-UMUzpvlsKeY/VTtaNU0ZG2I/AqQ/ZA9tSIjNIbM/s1600/573%2B-%2BHosanna.jpg

How can I remove this blue cast correctly ?

Can this be done once in a global manner so that all view are impacted ?
https://lh3.googleusercontent.com/-UMUzpvlsKeY/VTtaNU0ZG2I/AqQ/ZA9tSIjNIbM/s1600/573%2B-%2BHosanna.jpg

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.