Sunday, 29 May 2016

How to remove extra solid space between cards in cardview in android layout file

Simply remove linear layout in which cardview is enclosed.
Your xml fie structure should be like.. cardview-->relative layout-->components.

Tuesday, 26 January 2016

Sunday, 17 January 2016

Run Configurations disabled in Android Studio

go to the combo just to the left of the run button, open it and select the main module of your project. It should be enough to enable run button again.
Cheers.