From a08328403be84d85c006f801169a3feed0d956a4 Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Sun, 24 Feb 2019 11:59:17 -0800 Subject: First Commit Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- app/src/main/res/color/switchbar_switch_thumb_tint.xml | 17 +++++++++++++++++ app/src/main/res/color/switchbar_switch_track_tint.xml | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 app/src/main/res/color/switchbar_switch_thumb_tint.xml create mode 100644 app/src/main/res/color/switchbar_switch_track_tint.xml (limited to 'app/src/main/res/color') diff --git a/app/src/main/res/color/switchbar_switch_thumb_tint.xml b/app/src/main/res/color/switchbar_switch_thumb_tint.xml new file mode 100644 index 0000000..d274d93 --- /dev/null +++ b/app/src/main/res/color/switchbar_switch_thumb_tint.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/color/switchbar_switch_track_tint.xml b/app/src/main/res/color/switchbar_switch_track_tint.xml new file mode 100644 index 0000000..f316d32 --- /dev/null +++ b/app/src/main/res/color/switchbar_switch_track_tint.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3