diff --git a/app/src/main/res/layout/card_license.xml b/app/src/main/res/layout/card_license.xml index 1b1d2647..d5b6cdaa 100644 --- a/app/src/main/res/layout/card_license.xml +++ b/app/src/main/res/layout/card_license.xml @@ -1,30 +1,35 @@ + tools:parentTag="com.google.android.material.card.MaterialCardView"> + android:orientation="vertical" + android:padding="8dp"> + + android:fontFamily="sans-serif-medium" + android:textColor="?android:attr/textColorSecondary" /> + + android:layout_height="wrap_content" + android:textColor="?android:attr/textColorTertiary" /> + + android:textColor="@color/tusky_blue" /> \ No newline at end of file