[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 th

[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 ...