Loading res/values-night-v31/colors.xml +5 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,9 @@ <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_200 </color> <!-- accent 200 --> <color name="empty_state_text">@*android:color/system_neutral1_100</color> <!-- neutral 100 --> <color name="empty_state_message_text">@*android:color/system_neutral2_200 </color> <!-- neutral variant 200 --> </resources> res/values-v31/colors.xml +5 −0 Original line number Diff line number Diff line Loading @@ -18,4 +18,9 @@ <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_600 </color> <!-- primary 600 --> <color name="empty_state_text">@*android:color/system_neutral1_900</color> <!-- neutral 900 --> <color name="empty_state_message_text">@*android:color/system_neutral2_700 </color> <!-- neutral variant 700 --> </resources> res/values-v31/styles_text.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ </style> <style name="EmptyStateMessageText"> <item name="android:textColor">?android:textColorSecondary</item> <item name="android:textColor">@color/empty_state_message_text</item> <item name="android:textSize">14sp</item> <item name="fontFamily">@string/config_fontFamily</item> </style> Loading Loading
res/values-night-v31/colors.xml +5 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,9 @@ <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_200 </color> <!-- accent 200 --> <color name="empty_state_text">@*android:color/system_neutral1_100</color> <!-- neutral 100 --> <color name="empty_state_message_text">@*android:color/system_neutral2_200 </color> <!-- neutral variant 200 --> </resources>
res/values-v31/colors.xml +5 −0 Original line number Diff line number Diff line Loading @@ -18,4 +18,9 @@ <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_600 </color> <!-- primary 600 --> <color name="empty_state_text">@*android:color/system_neutral1_900</color> <!-- neutral 900 --> <color name="empty_state_message_text">@*android:color/system_neutral2_700 </color> <!-- neutral variant 700 --> </resources>
res/values-v31/styles_text.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ </style> <style name="EmptyStateMessageText"> <item name="android:textColor">?android:textColorSecondary</item> <item name="android:textColor">@color/empty_state_message_text</item> <item name="android:textSize">14sp</item> <item name="fontFamily">@string/config_fontFamily</item> </style> Loading