You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
poker-analytics/app/src/main/res/layout/view_card.xml

12 lines
490 B

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.AppCompatTextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/PokerAnalyticsTheme.CardTextView"
android:layout_width="24dp"
android:layout_height="42dp"
android:layout_marginEnd="4dp"
android:background="@drawable/rounded_card_background"
android:gravity="center"
android:lines="2"
tools:text="5\n♣" />