<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
    android:id="@+id/received_value_id"
    android:layout_width="300dp"
    android:layout_height="50dp"
    android:layout_marginLeft="40dp"
    android:layout_marginTop="20dp"
    android:textSize="40sp"
    android:textStyle="bold"
    android:layout_marginStart="40dp" />
</RelativeLayout>