From 5d5c84331b465e5c1428c68ff62dee0cad02bf41 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Fri, 13 Jul 2018 05:00:59 +0200 Subject: wayne: Import XiaomiDoze from msm8996-common Change-Id: Id2ad90466f64761a43bb8c768630b14620bee35c Signed-off-by: Isaac Chen --- doze/res/drawable/switchbar_background.xml | 20 +++++++++++ doze/res/layout/doze.xml | 28 +++++++++++++++ doze/res/layout/switch_bar.xml | 47 ++++++++++++++++++++++++ doze/res/values/styles.xml | 57 ++++++++++++++++++++++++++++++ doze/res/xml/doze_settings.xml | 49 +++++++++++++++++++++++++ 5 files changed, 201 insertions(+) create mode 100644 doze/res/drawable/switchbar_background.xml create mode 100644 doze/res/layout/doze.xml create mode 100644 doze/res/layout/switch_bar.xml create mode 100644 doze/res/values/styles.xml create mode 100644 doze/res/xml/doze_settings.xml (limited to 'doze/res') diff --git a/doze/res/drawable/switchbar_background.xml b/doze/res/drawable/switchbar_background.xml new file mode 100644 index 0000000..314ed12 --- /dev/null +++ b/doze/res/drawable/switchbar_background.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/doze/res/layout/doze.xml b/doze/res/layout/doze.xml new file mode 100644 index 0000000..941cdf6 --- /dev/null +++ b/doze/res/layout/doze.xml @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/doze/res/layout/switch_bar.xml b/doze/res/layout/switch_bar.xml new file mode 100644 index 0000000..7199174 --- /dev/null +++ b/doze/res/layout/switch_bar.xml @@ -0,0 +1,47 @@ + + + + + + + + + + diff --git a/doze/res/values/styles.xml b/doze/res/values/styles.xml new file mode 100644 index 0000000..082e53c --- /dev/null +++ b/doze/res/values/styles.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml new file mode 100644 index 0000000..005c6ae --- /dev/null +++ b/doze/res/xml/doze_settings.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3