Open GoogleCodeExporter opened 8 years ago
I have the same issue. The paddingleft of this radiobutton doesn't seem to work:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<RadioButton
android:id="@+id/radioButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_marginLeft="24dp"
android:layout_marginTop="29dp"
android:paddingLeft="100dp"
android:text="RadioButton" />
</RelativeLayout>
Original comment by R.H.A.Dr...@gmail.com
on 12 Jul 2012 at 11:24
Original issue reported on code.google.com by
jaap.hai...@gmail.com
on 25 Jul 2010 at 9:46