Skip to content Skip to sidebar Skip to footer

Android - Adjust Button Height By Checkbox Height?

I've got a ListView, one row of which contains Button, CheckBox and multiline TextView. The xml layout:
<Button android:id="@+id/open"
        ...    
        style="?android:attr/buttonStyleSmall"
        ...
        />

Post a Comment for "Android - Adjust Button Height By Checkbox Height?"