<?xml version="1.0" encoding="utf-8"?>
<ScrollView

    android:layout_height="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:background="@color/white">

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="fill_parent"
        android:orientation="vertical"
        android:layout_height="fill_parent"
        app:layout_behavior="@string/appbar_scrolling_view_behavior"
        tools:context=".General.AboutApp"
        tools:showIn="@layout/activity_about_app">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginBottom="20dp"
            android:layout_marginTop="100dp"
            android:gravity="center_horizontal"
            android:text="About T3TSA"
            android:textStyle="bold"
            android:textSize="30dp"
            android:textColor="@color/app_color"
            />
        <TextView
            android:id="@+id/txtTRXDate"

            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginBottom="20dp"
            android:layout_marginTop="10dp"
            android:paddingLeft="20dp"
            android:paddingRight="20dp"
            android:gravity="center_horizontal"
            android:text="
Users of the application would be able to register mobile network operator SIM Cards for subscribers in accordance with the RICA act,
if the user is a registered Rica Agent with Telecoms SA.
\n\n
The application also allows the user to sell Airtime/DATA/SMS and Electricity through his mobile wallet.
\n\n
To become a T3TSA
\n
please contact
 \n\n087 550 1100 / 0800 33 44 55
\n
or SMS T3TSA to
\n\n44774
\n
or email
\n\nsupport@t3.co.za
\n\n
Banking Details
\n\n
Account Name : Blue label Distribution Senda
\n\n
ABSA Acc No. : 40-7781-2446
\n\n
Branch Name  : ABSA Sandton City
\n\n
Branch Code  : 631005
\n\n
Universal Code : 632005
\n\n
Swift Address : ABSAZAJJ



"

            android:textColor="@color/input_register"
            android:textSize="20dp" />






        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="10dp"
            android:layout_marginBottom="20dp"
            android:layout_weight="3"
            android:orientation="horizontal">


        </LinearLayout>

    </LinearLayout>



</ScrollView>