diff --git a/notification/src/main/res/layout/layout_notification_beauty.xml b/notification/src/main/res/layout/layout_notification_beauty.xml index d6ead62..e9723c9 100644 --- a/notification/src/main/res/layout/layout_notification_beauty.xml +++ b/notification/src/main/res/layout/layout_notification_beauty.xml @@ -39,7 +39,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_beauty_12.xml b/notification/src/main/res/layout/layout_notification_beauty_12.xml index 4bdb979..d997767 100644 --- a/notification/src/main/res/layout/layout_notification_beauty_12.xml +++ b/notification/src/main/res/layout/layout_notification_beauty_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw.xml b/notification/src/main/res/layout/layout_notification_withdraw.xml index fe51647..13764ec 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw.xml @@ -34,7 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="desc" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_12.xml b/notification/src/main/res/layout/layout_notification_withdraw_12.xml index 4bdb979..d997767 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_12.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_big.xml b/notification/src/main/res/layout/layout_notification_withdraw_big.xml index d0d208b..54336b2 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_big.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_big.xml @@ -34,7 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="desc" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml b/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml index c5d4a82..b29c73a 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/notification_collapsed.xml b/notification/src/main/res/layout/notification_collapsed.xml index ce73dff..67fa6a9 100644 --- a/notification/src/main/res/layout/notification_collapsed.xml +++ b/notification/src/main/res/layout/notification_collapsed.xml @@ -31,7 +31,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="xxxR$0,1 está pronto por você! Saque agora!" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/notification_expanded.xml b/notification/src/main/res/layout/notification_expanded.xml index 9982d75..c77ea9c 100644 --- a/notification/src/main/res/layout/notification_expanded.xml +++ b/notification/src/main/res/layout/notification_expanded.xml @@ -31,7 +31,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="xxxR$0,1 está pronto por você! Saque agora!" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" />