Widgets: Fix title size

This commit is contained in:
2020-08-18 08:00:38 -05:00
parent 859fea5ff5
commit 16491c142a

View File

@@ -43,6 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textSize="@dimen/smallTextSize"
android:textColor="@color/white"/>
</LinearLayout>