Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
2 |
android:layout_width="fill_parent"
|
|
|
3 |
android:layout_height="wrap_content" >
|
|
|
4 |
|
|
|
5 |
<CheckBox
|
|
|
6 |
android:id="@+id/checkbox"
|
|
|
7 |
style="?android:attr/textAppearanceMedium"
|
|
|
8 |
android:layout_width="fill_parent"
|
|
|
9 |
android:layout_height="wrap_content"
|
|
|
10 |
android:layout_margin="5dp" />
|
|
|
11 |
|
|
|
12 |
</FrameLayout>
|