summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_first.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_first.xml')
-rw-r--r--app/src/main/res/layout/fragment_first.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_first.xml b/app/src/main/res/layout/fragment_first.xml
index 3533ea3..81142cd 100644
--- a/app/src/main/res/layout/fragment_first.xml
+++ b/app/src/main/res/layout/fragment_first.xml
@@ -10,11 +10,11 @@
android:id="@+id/textview_first"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/purple_700"
+ android:background="@color/black"
android:fontFamily="@font/bangers"
android:text="@string/hello_first_fragment"
android:textAlignment="center"
- android:textColor="@color/teal_200"
+ android:textColor="@color/strong_pink"
android:textSize="36sp"
app:layout_constraintBottom_toTopOf="@id/button_first"
app:layout_constraintEnd_toEndOf="parent"