How to remove unwanted spaces at the right of CheckBox?
I am working on a custom list view. I want to show a CheckBox at the custom view. There is no text for the CheckBox . I found it always have some spaces at the right of the CheckBox . Here is my layout xml file: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="#fa9654" android:paddingTop="65dp" android:paddingBottom="65dp"> <TextView android:id="@+id/bus_route_list_item_num" android:layout_height="wrap