Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14792 manas 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><!-- From: file:/home/kshitij/AndroidStudioProjects/ProfitTill/app/src/main/res/layout/checkboxlayout.xml -->