ProyectoFinal/app/src/main/res/layout/fragment_profile.xml

16 lines
569 B
XML
Raw Normal View History

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background"
tools:context="ui.fragments.profile.FragmentProfile">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Profile"
android:gravity="center"
android:textSize="30sp"
android:textColor="@color/textPrimary"/>
</FrameLayout>