diff options
-rw-r--r-- | packages/SystemUI/res/drawable/settingslib_track_off_background.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/settingslib_track_off_background.xml b/packages/SystemUI/res/drawable/settingslib_track_off_background.xml index 3a09284d10a0..284953a2818c 100644 --- a/packages/SystemUI/res/drawable/settingslib_track_off_background.xml +++ b/packages/SystemUI/res/drawable/settingslib_track_off_background.xml @@ -23,4 +23,5 @@ android:right="@dimen/settingslib_switch_thumb_margin"/> <solid android:color="@color/settingslib_track_off_color"/> <corners android:radius="@dimen/settingslib_switch_track_radius"/> + <stroke android:width="2dp" android:color="@color/settingslib_track_online_color"/> </shape> |