How can I set the height of a layout to be a specific number of dp. Here is my exact situation:
I have a relative layout. Inside I do an include of a header layout. This header layout needs to be exactly 35dp. How do I set an exact height. Secondly I have a vertical separator image view inside the header that is a few 1 dp wide and that must be exactly 15dp high. How do I set an image view inside the header to be an exact height? I suppose I could do this indirectly by setting padding or margin?
Have you tried this?