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 21, 2024
1 parent cd6ccf9 commit 405f23d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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,8 @@
android:layout_height="wrap_content"
android:textColor="@color/tag_text"
android:textSize="12sp"
android:layout_marginVertical="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="4dp"
android:text="@string/game_titles_view"
android:gravity="center"
tools:ignore="SmallSp"/>
Expand All @@ -202,7 +203,8 @@
android:layout_height="wrap_content"
android:textColor="@color/tag_text"
android:textSize="10sp"
android:layout_marginBottom="-8dp"
android:layout_marginTop="4dp"
android:layout_marginBottom="-4dp"
tools:ignore="SmallSp"/>
</LinearLayout>
</LinearLayout>
Expand All @@ -227,4 +229,4 @@
</LinearLayout>
</ScrollView>
</androidx.cardview.widget.CardView>
</merge>
</merge>

0 comments on commit 405f23d

Please sign in to comment.