diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4ff4f20..c73e3ac 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/AppTheme.Dark"> + android:theme="@style/AppTheme"> \ No newline at end of file diff --git a/app/src/main/res/layout/content_header_timesup_activity.xml b/app/src/main/res/layout/content_header_timesup_activity.xml index 7767a7b..ed79d71 100644 --- a/app/src/main/res/layout/content_header_timesup_activity.xml +++ b/app/src/main/res/layout/content_header_timesup_activity.xml @@ -3,5 +3,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - style="@style/TextAppearance.AppCompat.Display2" - android:textColor="?android:attr/textColorPrimaryInverse"/> \ No newline at end of file + style="@style/TextAppearance.AppCompat" + android:textSize="@dimen/text_size_display_2" + android:theme="@style/AppTheme.TextOverlay"/> \ No newline at end of file