|
@@ -6,5 +6,17 @@
|
|
|
android:layout_height="match_parent"
|
|
|
tools:context=".kursActivity">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="КУРС ДОЛЛАРА"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="40sp"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+
|
|
|
+ />
|
|
|
+
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|