From d5a7d16c72bb2d12124327246b499966f76c1ac6 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Mon, 5 Sep 2016 16:31:59 -0700 Subject: [PATCH] Change header content style of RingtoneActivity subclasses --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/layout/content_header_alarm_activity.xml | 3 ++- app/src/main/res/layout/content_header_timesup_activity.xml | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) 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