From cafd9ec58280fde5f5fb98b54859e78b94810821 Mon Sep 17 00:00:00 2001 From: Henrique Silva Date: Fri, 31 May 2019 14:56:34 -0300 Subject: [PATCH] [REQUIRED] MotoActions: Fix font and accent color Signed-off-by: JarlPenguin Change-Id: Ib072bbfdd6d3c7efbfd115eec641841f72183fe1 --- MotoActions/res/layout/switch_bar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MotoActions/res/layout/switch_bar.xml b/MotoActions/res/layout/switch_bar.xml index 408d8f0..6067a32 100644 --- a/MotoActions/res/layout/switch_bar.xml +++ b/MotoActions/res/layout/switch_bar.xml @@ -32,7 +32,7 @@ android:paddingStart="48dp" android:maxLines="2" android:ellipsize="end" - android:textAppearance="@android:style/TextAppearance.Material.Title" + android:textAppearance="@*android:style/TextAppearanceTitle" android:textColor="?android:attr/textColorPrimary" android:textAlignment="viewStart" android:text="@string/switch_bar_on" />