diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f60d99e219d..109f2b9e8f7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1560,7 +1560,7 @@ android:enabled="false" android:exported="true" android:taskAffinity="com.android.wizard" - android:theme="@style/SuwThemeGlif.Light" + android:theme="@style/SuwThemeGlif.DayNight" android:label="@string/lock_screen_notifications_interstitial_title" android:icon="@drawable/ic_suggested_notifications"> diff --git a/res/layout/condition_tile.xml b/res/layout/condition_tile.xml index 9fe83dc7860..dd87be5b351 100644 --- a/res/layout/condition_tile.xml +++ b/res/layout/condition_tile.xml @@ -15,7 +15,8 @@ limitations under the License. --> - + android:tint="?android:attr/colorAccent"/> + android:textColor="?android:attr/textColorPrimary"/> @@ -56,7 +57,7 @@ android:paddingBottom="8dp" android:textAppearance="?android:attr/textAppearanceListItemSecondary" android:alpha=".7" - android:textColor="?android:attr/textColorPrimary" /> + android:textColor="?android:attr/textColorPrimary"/> + style="?android:attr/buttonBarButtonStyle"/> -