Skip to content

Commit

Permalink
Fixed news card "Read Article" button
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnipes29 committed Sep 15, 2023
1 parent 2cbe945 commit abf1ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PennMobile/src/main/res/layout/home_news_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
android:textAllCaps="false"
android:textColor="@color/white"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/home_news_subtitle"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit abf1ce1

Please sign in to comment.