<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="vertical" android:background="@color/background" android:layout_width="995.0px" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <androidx.constraintlayout.widget.ConstraintLayout android:background="@drawable/background_white" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <TextView android:textSize="36.0px" android:textColor="@color/background_item_bg1" android:id="@id/go_to_debugg" android:padding="40.0px" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="120.0px" android:text="@string/app_coffee_debugg_drives_goto" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
    </androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>