From 645b25566100c7a82928c29b6768490647c6ab7e Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 19 Jun 2019 18:28:18 +0200 Subject: [PATCH] Fies dark label --- app/src/main/res/layout/row_bottom_sheet_title.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/row_bottom_sheet_title.xml b/app/src/main/res/layout/row_bottom_sheet_title.xml index 4f2cb4f6..df64dfdd 100644 --- a/app/src/main/res/layout/row_bottom_sheet_title.xml +++ b/app/src/main/res/layout/row_bottom_sheet_title.xml @@ -15,7 +15,7 @@ android:layout_marginStart="8dp" android:layout_marginTop="8dp" android:layout_marginEnd="8dp" - android:textSize="16sp" + style="@style/PokerAnalyticsTheme.TextView.RowTitle" android:layout_marginBottom="8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"