Skip to content

Commit

Permalink
changed the naming on the gold service card
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenVenom77 committed Sep 22, 2024
1 parent 719355a commit f631511
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:text="Go to premium now!"
android:text="Go Gold Now!"
android:textColor="@color/white"
android:textSize="20sp"
android:textStyle="bold"
Expand All @@ -130,9 +130,10 @@
android:layout_height="50dp"
android:layout_marginTop="10dp"
android:backgroundTint="@color/white"
android:text="Start 7-day FREE Trail"
android:text="Start Gold Service Now"
android:textColor="@color/black"
android:textSize="12sp"
android:textStyle="bold"
app:cardBackgroundColor="@color/white"
app:layout_constraintStart_toStartOf="@id/textView"
app:layout_constraintTop_toBottomOf="@id/textView2" />
Expand Down

0 comments on commit f631511

Please sign in to comment.