Skip to content

Commit

Permalink
Update active_card_layout.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart authored Sep 22, 2024
1 parent 405f23d commit 45280a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/active_card_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
android:layout_height="wrap_content"
android:textColor="@color/tag_text"
android:textSize="12sp"
android:layout_marginTop="8dp"
android:layout_marginTop="6dp"
android:layout_marginBottom="4dp"
android:text="@string/game_titles_view"
android:gravity="center"
Expand All @@ -204,7 +204,7 @@
android:textColor="@color/tag_text"
android:textSize="10sp"
android:layout_marginTop="4dp"
android:layout_marginBottom="-4dp"
android:layout_marginBottom="-6dp"
tools:ignore="SmallSp"/>
</LinearLayout>
</LinearLayout>
Expand Down

0 comments on commit 45280a7

Please sign in to comment.