Hi,
i have an EditText and a Button in my LinearLayout and i want to align them closely together so they see seem to belong together (edittext + micButton for speech input). Now they don't have the same height and they aren't really aligned well (button seems to be a little lower than the EditText). I know I can apply a negative margin like -5dip to make them come closer together, but is there perhaps a better way to do this? Set them in a specific container/layout so that they will automatically have the same height and no margin between them?