Friday, August 1, 2014

How to move check box Right side in android

Actually at this situation we make CheckTextView

and Preporty of CheckTextView are

<CheckedTextView
        android:id="@+id/chbCourse1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="20dp"
          android:checkMark="?android:attr/listChoiceIndicatorMultiple"
        android:checked="false"
        android:gravity="center"
        android:layout_marginTop="30dp"
        android:textColor="#000000"
        android:text="Course1 " />

where as Check are in Right side you can implement this or make it in your as per need ....


Thank you ......

No comments:

Post a Comment