سلام ، یه TextView هست که داخل LinearLayou قرار گرفته ، البته همین LinearLayout هم داخل یه لی آوت دیگه است و .. ، سوالی که دارم اینکه برای اینکه لبه های کناری یه LinearLayout گرد دیده بشه باید چی کار کنیم و اگر روشی هست ایا اون روش برای بقیه گردن کردن لبه بقیه View ها جواب می ده ؟
LyShomare_soal لی اوتی هست که میخوام لبه اش گرد بشه و ..
LyShomare_soal لی اوتی هست که میخوام لبه اش گرد بشه و ..
<LinearLayout android:id="@+id/LyShomare_soal" android:button="@drawable/btn_radio" android:layout_width="match_parent" android:paddingTop="10dp" android:paddingBottom="10dp" android:textColor="#FFFFFF" android:shadowRadius="5" android:layout_height="wrap_content"> <TextView android:layout_width="match_parent" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="@android:color/white" android:text="4" android:gravity="center" android:layout_height="wrap_content" android:paddingBottom="5dp" android:button="@drawable/btn_radio" android:id="@+id/Shomare_soal" /> </LinearLayout>