Android Lint gives me these warnings
"This RelativeLayout layout or its RelativeLayout parent is possibly useless; transfer the background attribute to the other view" or similar.
I'm wondering simply: how can I measure the impact on performance of fixing this? What do I need to monitor?