FATAL EXCEPTION: java.lang.ArrayIndexOutOfBoundsException: length=2; index=2 at android.util.PathParser$PathDataNode.addCommand(PathParser.java:380)
vishrut2207 opened this issue · 0 comments
vishrut2207 commented
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:id="@+id/scroll"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true">
<RelativeLayout
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingBottom="40dp"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.administrator.sample.MainActivity"
android:weightSum="1"
android:clickable="false">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:shrinkColumns="*"
android:stretchColumns="*"
android:orientation="vertical"
android:background="@drawable/shape_backround"
android:id="@+id/tableLayout">
<TableRow
android:id="@+id/tableRow1"
android:layout_height="wrap_content"
android:layout_width="match_parent">
<ImageButton
android:id="@+id/Ibutton1"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/allshapes"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="All"/>
<ImageButton
android:id="@+id/Ibutton2"
android:layout_weight="1"
android:background="@drawable/round1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="RBC"/>
<ImageButton
android:id="@+id/Ibutton3"
android:layout_weight="1"
android:background="@drawable/cushion1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="CU" />
<ImageButton
android:id="@+id/Ibutton4"
android:layout_weight="1"
android:background="@drawable/princess1"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="PRN"/>
<ImageButton
android:id="@+id/Ibutton5"
android:layout_weight="1"
android:background="@drawable/emerald1"
android:padding="20dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="EMD"/>
</TableRow>
<TableRow
android:id="@+id/tableRow2"
android:layout_height="wrap_content"
android:layout_width="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ALL"
android:id="@+id/textView"
android:layout_column="0"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RBC"
android:id="@+id/textView2"
android:layout_column="1"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CU"
android:id="@+id/textView3"
android:layout_column="2"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="PRN"
android:id="@+id/textView4"
android:layout_column="3"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="EMD"
android:id="@+id/textView5"
android:layout_column="4"
android:layout_gravity="center" />
</TableRow>
<TableRow
android:id="@+id/tableRow3"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginTop="10dp">
<ImageButton
android:id="@+id/Ibutton6"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/pear1"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="PEAR"/>
<ImageButton
android:id="@+id/Ibutton7"
android:layout_weight="1"
android:background="@drawable/oval1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="OVL"/>
<ImageButton
android:id="@+id/Ibutton8"
android:layout_weight="1"
android:background="@drawable/marquise1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="MQS"/>
<ImageButton
android:id="@+id/Ibutton9"
android:layout_weight="1"
android:background="@drawable/heart1"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="HRT"/>
<ImageButton
android:id="@+id/Ibutton10"
android:layout_weight="1"
android:background="@drawable/radiant1"
android:padding="20dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:clickable="true"
android:tag="RD"/>
</TableRow>
<TableRow
android:id="@+id/tableRow4"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="PEAR"
android:id="@+id/textView6"
android:layout_column="0"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="OVL"
android:id="@+id/textView7"
android:layout_column="1"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="MQS"
android:id="@+id/textView8"
android:layout_column="2"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="HRT"
android:id="@+id/textView9"
android:layout_column="3"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RD"
android:id="@+id/textView10"
android:layout_column="4"
android:layout_gravity="center" />
</TableRow>
<TableRow
android:id="@+id/tableRow5"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginTop="10dp">
<ImageButton
android:id="@+id/Ibutton11"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/sqradiant1"
android:layout_gravity="center"
android:layout_margin="5dp"
android:layout_column="0"
android:clickable="true"
android:tag="S_RD"/>
<ImageButton
android:id="@+id/Ibutton12"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:visibility="invisible" />
<ImageButton
android:id="@+id/Ibutton13"
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:visibility="invisible" />
<ImageButton
android:id="@+id/Ibutton14"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:visibility="invisible" />
<ImageButton
android:id="@+id/Ibutton15"
android:layout_weight="1"
android:padding="20dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:visibility="invisible" />
</TableRow>
<TableRow
android:id="@+id/tableRow6"
android:layout_height="wrap_content"
android:layout_width="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="S_RD"
android:id="@+id/textView11"
android:layout_column="0"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RBC"
android:id="@+id/textView12"
android:layout_column="1"
android:layout_gravity="center"
android:visibility="invisible" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CU"
android:id="@+id/textView13"
android:layout_column="2"
android:layout_gravity="center"
android:visibility="invisible" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="PRN"
android:id="@+id/textView14"
android:layout_column="3"
android:layout_gravity="center"
android:visibility="invisible" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="EMD"
android:id="@+id/textView15"
android:layout_column="4"
android:layout_gravity="center"
android:visibility="invisible" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tableLayout"
android:layout_marginTop="5dp"
android:id="@+id/linearLayout">
<TableRow
android:layout_width="wrap_content"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Carat"
android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@+id/label1"
android:background="#38B8B6"
android:textSize="20dp"
android:textColor="#FFFFFF"
android:gravity="center_horizontal"
android:layout_weight="1"
android:typeface="monospace" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Color"
android:id="@+id/label2"
android:background="#38B8B6"
android:textSize="20dp"
android:textColor="#FFFFFF"
android:gravity="center_horizontal"
android:layout_weight="1"
android:typeface="monospace" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Clarity"
android:id="@+id/label3"
android:background="#38B8B6"
android:textSize="20dp"
android:textColor="#FFFFFF"
android:gravity="center_horizontal"
android:layout_weight="1"
android:typeface="monospace" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/linearLayout"
android:layout_alignEnd="@+id/linearLayout"
android:id="@+id/linearLayout1"
android:background="@drawable/shape_backround"
android:layout_marginTop="5dp">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<NumberPicker android:id="@+id/numberPicker1"
android:layout_height="100dp"
android:layout_column="1"
android:layout_weight="1"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
<NumberPicker android:id="@+id/numberPicker2"
android:layout_height="100dp"
android:layout_column="1"
android:layout_weight="1"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
<NumberPicker android:id="@+id/numberPicker3"
android:layout_height="100dp"
android:layout_column="1"
android:layout_weight="1"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
<NumberPicker android:id="@+id/numberPicker4"
android:layout_height="100dp"
android:layout_column="1"
android:layout_weight="1"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
<NumberPicker android:id="@+id/numberPicker5"
android:layout_height="100dp"
android:layout_column="6"
android:layout_weight="1"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
<NumberPicker android:id="@+id/numberPicker6"
android:layout_column="7"
android:layout_weight="1"
android:layout_height="100dp"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="5dp"
android:scaleX=".7"
android:scaleY=".7"
android:background="#FFFFFF" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/linearLayout1"
android:layout_centerHorizontal="true"
android:id="@+id/tableLayout2"
android:layout_marginTop="5dp">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText android:id="@+id/carat_from"
android:layout_column="0"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:hint="From"
android:textSize="17sp"
android:layout_weight="1"
android:typeface="serif"
android:background="@drawable/shape_backround"
android:inputType="numberDecimal"
android:scrollHorizontally="false"
android:layout_marginRight="2dp"
/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/carat_to"
android:layout_column="1"
android:hint="To"
android:background="@drawable/shape_backround"
android:gravity="center_horizontal"
android:textSize="17sp"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"
android:layout_marginRight="2dp"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/stok_no"
android:layout_column="2"
android:hint="Stock No"
android:background="@drawable/shape_backround"
android:layout_weight="1"
android:typeface="serif"
android:textSize="17sp"
android:inputType="numberDecimal"
android:gravity="center_horizontal"
android:scrollHorizontally="false"
android:layout_marginRight="2dp"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/cert_no"
android:layout_column="3"
android:hint="Cert No"
android:background="@drawable/shape_backround"
android:layout_weight="1"
android:typeface="serif"
android:textSize="17sp"
android:inputType="numberDecimal"
android:gravity="center_horizontal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="5dp"
android:paddingBottom="3dp"
android:background="#38B8B6">
<TextView
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Fancy Color"
android:textColor="#FFFFFF"
android:id="@+id/textView16"
android:layout_column="0"
android:gravity="center_horizontal"
android:layout_gravity="center_horizontal"
android:layout_weight="1"
android:layout_span="7"
android:typeface="monospace" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tableLayout2"
android:layout_centerHorizontal="true"
android:background="#38B8B6"
android:paddingBottom="5dp"
android:id="@+id/tableLayout3">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="3dp"
android:background="#38B8B6">
<Button
android:text="Fancy Color"
android:id="@+id/f_color"
android:layout_column="0"
android:layout_weight="1"
android:textColor="#1B7EFF"
android:shadowColor="#FFFFFF"
android:layout_height="35dp"
android:layout_width="wrap_content"
android:layout_marginLeft="3dp"
android:layout_marginRight="3dp"
android:clickable="true"
android:typeface="serif"
android:soundEffectsEnabled="false" />
<Button
android:layout_width="wrap_content"
android:layout_height="35dp"
android:text="Intensity"
android:id="@+id/intensity"
android:layout_column="1"
android:layout_weight="1"
android:textColor="#1B7EFF"
android:layout_marginRight="3dp"
android:layout_marginLeft="3dp"
android:clickable="true"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="35dp"
android:text="Overtone"
android:id="@+id/overtone"
android:layout_column="2"
android:layout_weight="1"
android:textColor="#1B7EFF"
android:shadowColor="#FFFFFF"
android:layout_marginLeft="3dp"
android:layout_marginRight="3dp"
android:clickable="true"
android:typeface="serif" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="5dp"
android:layout_below="@+id/tableLayout3"
android:layout_alignParentStart="true"
android:id="@+id/tableLayout4">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Cut"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/txt1"
android:layout_column="0"
android:layout_weight="1"
android:background="#38B8B6"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Ex"
android:id="@+id/cut_ex"
android:layout_column="1"
android:layout_weight="1"
android:tag="EX"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="VG"
android:id="@+id/cut_vg"
android:layout_column="2"
android:layout_weight="1"
android:tag="VG"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="G"
android:id="@+id/cut_g"
android:layout_column="3"
android:layout_weight="1"
android:tag="G"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="F"
android:id="@+id/cut_f"
android:layout_column="4"
android:layout_weight="1"
android:tag="F"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="3EX"
android:id="@+id/ex3"
android:layout_column="5"
android:layout_weight="1"
android:tag="3EX"
android:typeface="serif" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Pol"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/txt2"
android:layout_column="0"
android:layout_weight="1"
android:background="#38B8B6"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Ex"
android:id="@+id/pol_ex"
android:layout_column="1"
android:layout_weight="1"
android:tag="EX"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/pol_vg"
android:layout_column="2"
android:layout_weight="1"
android:text="VG"
android:tag="VG"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="G"
android:id="@+id/pol_g"
android:layout_column="3"
android:layout_weight="1"
android:tag="G"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="F"
android:id="@+id/pol_f"
android:layout_column="4"
android:layout_weight="1"
android:tag="F"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="3VG+"
android:id="@+id/vg3"
android:layout_column="5"
android:layout_weight="1"
android:tag="3VG"
android:typeface="serif" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Sym"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/txt3"
android:layout_column="0"
android:layout_weight="1"
android:background="#38B8B6"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Ex"
android:id="@+id/sym_ex"
android:layout_column="1"
android:layout_weight="1"
android:tag="EX"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="VG"
android:id="@+id/sym_vg"
android:layout_column="2"
android:layout_weight="1"
android:tag="VG"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="G"
android:id="@+id/sym_g"
android:layout_column="3"
android:layout_weight="1"
android:tag="G"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="F"
android:id="@+id/sym_f"
android:layout_column="4"
android:layout_weight="1"
android:tag="F"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="NO BGM"
android:id="@+id/no_bgm"
android:layout_column="5"
android:layout_weight="1"
android:typeface="serif" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Cert"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/txt4"
android:layout_column="0"
android:layout_weight="1"
android:background="#38B8B6"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="All"
android:id="@+id/cert_all"
android:layout_column="1"
android:layout_weight="1"
android:tag="ALL"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GIA"
android:id="@+id/cert_gia"
android:layout_column="2"
android:layout_weight="1"
android:tag="GIA"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="IGI"
android:id="@+id/cert_igi"
android:layout_column="3"
android:layout_weight="1"
android:tag="IGI"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="HRD"
android:id="@+id/cert_hrd"
android:layout_column="4"
android:layout_weight="1"
android:tag="HRD"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/h_a"
android:layout_column="5"
android:layout_weight="1"
android:text="H & A"
android:typeface="serif" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Fluo"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/button4"
android:layout_column="0"
android:layout_weight="1"
android:background="#38B8B6"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="N"
android:id="@+id/fluo_n"
android:layout_column="1"
android:layout_weight="1"
android:tag="N"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="F"
android:id="@+id/fluo_f"
android:layout_column="2"
android:layout_weight="1"
android:tag="F"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="M"
android:id="@+id/fluo_m"
android:layout_column="3"
android:layout_weight="1"
android:tag="M"
android:typeface="serif" />
<Button
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ST"
android:id="@+id/fluo_st"
android:layout_column="4"
android:layout_weight="1"
android:tag="ST"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="VST"
android:id="@+id/vst"
android:layout_column="5"
android:layout_weight="1"
android:tag="VST"
android:typeface="serif" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/tableLayout4"
android:layout_centerHorizontal="true"
android:id="@+id/tableLayout5">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Black INC"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/black_inc"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="No T.Black"
android:id="@+id/t_black"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="No S.Black"
android:id="@+id/s_black"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Table"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/table"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/table_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_height="fill_parent"
android:hint="To"
android:gravity="center"
android:id="@+id/table_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="T.Depth"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/t_depth"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"
/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/depth_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/depth_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/tableLayout5"
android:layout_centerHorizontal="true"
android:id="@+id/tableLayout6">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:background="#38B8B6">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center"
android:textColor="#FFFFFF"
android:id="@+id/textView17"
android:layout_weight="1"
android:text="Price & Comment"
android:typeface="monospace" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/tableLayout6"
android:layout_centerHorizontal="true"
android:id="@+id/tableLayout7">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Off%"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/off"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/off_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/off_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="$/CT"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/$_ct"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/$_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/$_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/tableLayout7"
android:layout_centerHorizontal="true"
android:id="@+id/tableLayout8">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:background="#38B8B6">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center"
android:textColor="#FFFFFF"
android:id="@+id/key_to_symbol"
android:layout_weight="1"
android:text="Key To Symbol(Exclude)"
android:typeface="monospace" />
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tableLayout9"
android:layout_below="@+id/tableLayout8">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/keytosymbol"
android:layout_column="0"
android:layout_weight="1"
android:gravity="center"
android:hint="Select key To Symbol"
android:clickable="true"
android:editable="false"
android:typeface="serif"
android:inputType="text"
android:singleLine="true"
android:textSize="14sp"
android:scrollHorizontally="false"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tableLayout10"
android:layout_below="@+id/tableLayout9">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:layout_width="match_parent"
android:layout_height="40dp"
android:text="Advanced Parameter"
android:id="@+id/advance_parameter"
android:layout_weight="1"
android:typeface="serif"
android:visibility="visible"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tableLayout10"
android:layout_alignParentEnd="true"
android:id="@+id/advance_para"
android:visibility="visible">
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Diameter"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/diameter"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/d_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/d_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Ratio"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/ratio"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/r_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/r_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Length"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/length"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/l_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/l_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Width"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/width"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/w_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/w_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="C.Height"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/c_height"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/c_h_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/c_h_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:text="C.Angle"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/c_angle"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/c_a_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/c_a_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="P.Height"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/p_height"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"
android:inputType="numberDecimal"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/p_h_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/p_h_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="P.Angle"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/p_angle"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/p_a_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/p_a_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="S.Len"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/s_len"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:layout_column="1"
android:layout_weight="1"
android:id="@+id/s_l_from"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/s_l_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="L.Half"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/l_half"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/l_h_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/l_h_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Gdle%"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/gdle"
android:layout_column="0"
android:layout_weight="0.5"
android:background="#38B8B6"
android:typeface="serif"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="From"
android:gravity="center"
android:id="@+id/g_from"
android:layout_column="1"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="To"
android:gravity="center"
android:id="@+id/g_to"
android:layout_column="2"
android:layout_weight="1"
android:typeface="serif"
android:inputType="numberDecimal"
android:scrollHorizontally="false"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tableLayou12"
android:visibility="visible"
android:layout_below="@+id/advance_para">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Girdle"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/girdle1"
android:layout_column="0"
android:layout_weight="0.8"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:hint="Select Girdle"
android:gravity="center"
android:id="@+id/girdle"
android:layout_column="1"
android:layout_weight="2"
android:editable="false"
android:typeface="serif"
android:singleLine="true"
android:textSize="14sp"
android:inputType="text"
android:scrollHorizontally="false"/>
</TableRow>
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tableLayou13"
android:layout_below="@+id/tableLayou12"
android:visibility="visible">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Culet"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:gravity="center"
android:id="@+id/culet1"
android:layout_column="0"
android:layout_weight="0.8"
android:background="#38B8B6"
android:typeface="serif" />
<EditText
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:hint="Select Culet"
android:gravity="center"
android:id="@+id/culet"
android:layout_column="1"
android:layout_weight="2"
android:editable="false"
android:typeface="serif"
android:singleLine="true"
android:textSize="14sp"
android:inputType="text"
android:scrollHorizontally="false"
/>
</TableRow>
</TableLayout>
<LinearLayout
android:id="@+id/footer"
android:layout_width="match_parent"
android:layout_height="35dp"
android:layout_alignParentBottom="true"
android:background="#38B8B6"
android:gravity="center" >
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_search"
android:layout_alignParentBottom="true"
android:text="Search"
android:textColor="#FFF"
android:textSize="20sp"
android:gravity="center"
android:id="@+id/search"
android:background="#38B8B6"
android:typeface="monospace"
android:fontFamily="monospace"
android:textAllCaps="false"
android:drawablePadding="20dp" />