diff options
author | 2025-02-28 04:19:27 -0800 | |
---|---|---|
committer | 2025-02-28 04:19:27 -0800 | |
commit | 0a40deba566cd8caa661646a0c14ea030429e9e6 (patch) | |
tree | d316269ec49f056bd46f67073900a52e544f09d6 | |
parent | 83248d62ecb0f0bd8c93b5cff769249f0747b39d (diff) | |
parent | 46f901346b5cc2cb65621f3a2c4cfec06f40f30e (diff) |
Merge "Add the outline back for off switches." into main
-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> |