<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@color/app_color"
    android:gravity="center"
    android:orientation="vertical"
    android:padding="10dp" >
    tools:context=".MainMyStock" >


    <TextView
        android:layout_marginTop="60dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Call Center: 0800 33 44 55"
        android:textColor="@color/white"
        android:textSize="12sp"/>


    <ListView
        android:layout_marginTop="40dp"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:dividerHeight="2dp"
        android:divider="@color/white"
        android:id="@+id/listviewsimmenu"/>

</LinearLayout>