<?xml version=
"1.0"
encoding=
"utf-8"
?>
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:descendantFocusability=
"blocksDescendants"
>
<ImageView
android:id=
"@+id/gridview_dash_iv"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
/>
<TextView
android:id=
"@+id/gridview_dash_tv"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center"
android:textSize=
"12sp"
/>
<!--android:singleLine=
"true"
/>-->
<!--<ToggleButton-->
<!--android:id=
"@+id/gridview_dash_tb_noti"
-->
<!--android:layout_width=
"wrap_content"
-->
<!--android:layout_height=
"wrap_content"
-->
<!--android:background=
"@drawable/gridview_dash_notistyle"
-->
<!--android:layout_margin=
"10dp"
-->
<!--android:textOn=
""
-->
<!--android:textOff=
""
-->
<!--android:focusable=
"false"
-->
<!--android:focusableInTouchMode=
"false"
-->
<!--android:layout_centerVertical=
"true"
-->
<!--android:gravity=
"center_vertical|center_horizontal"
/>-->
</LinearLayout>