Skip to content

Commit

Permalink
Dark - Framework/Settings: Fix MultiSIM Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnettler committed Nov 11, 2018
1 parent 4f03b33 commit 4efc7de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<item name="android:windowActivityTransitions">false</item>
<item name="android:windowCloseOnTouchOutside">false</item>
</style>
<!-- Multi SIM Dialog -->
<style name="Theme.DeviceDefault.Settings.Dialog.NoActionBar" parent="@*android:style/Theme.DeviceDefault.Dialog.NoActionBar" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
<!-- Expanded desktop -->
<drawable name="expanded_item_bg_activated">@*android:color/background_material_dark</drawable>
<drawable name="expanded_item_bg">@*android:color/background_material_dark</drawable>

<!-- MSIM Color picker dialog colors -->
<color name="sim_color_picker_edit_text_color">#FFF</color>
<color name="sim_color_picker_list_text_color">#FFF</color>
<color name="sim_color_picker_carrier_text_color">#FFF</color>
<color name="sim_color_picker_number_text_color">#FFF</color>
</resources>

0 comments on commit 4efc7de

Please sign in to comment.