From 3607af54ca48c8a145a97bab0cf5012d45ade555 Mon Sep 17 00:00:00 2001 From: kleidione Freitas Date: Sun, 6 Mar 2022 11:57:51 -0300 Subject: veux: Import XiaomiParts from sm8250 Credits: https://github.com/xiaomi-sm8250-devs/android_device_xiaomi_sm8250-common - Adapte to pixelexperiece - Drop doze - Drop fod and pop camera - Add Clear speaker - Adapte SEPolicy credis: [Sebastiano Barezzi, Chenyang Zhong] Co-authored-by: Sebastiano Barezzi Co-authored-by: Adithya R Co-authored-by: kubersharma001 Co-authored-by: TheScarastic Co-authored-by: Joey Signed-off-by: kleidione --- parts/res/layout/thermal_layout.xml | 18 ++++++++++ parts/res/layout/thermal_list_item.xml | 63 ++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 parts/res/layout/thermal_layout.xml create mode 100644 parts/res/layout/thermal_list_item.xml (limited to 'parts/res/layout') diff --git a/parts/res/layout/thermal_layout.xml b/parts/res/layout/thermal_layout.xml new file mode 100644 index 0000000..3982a35 --- /dev/null +++ b/parts/res/layout/thermal_layout.xml @@ -0,0 +1,18 @@ + + + diff --git a/parts/res/layout/thermal_list_item.xml b/parts/res/layout/thermal_list_item.xml new file mode 100644 index 0000000..4147607 --- /dev/null +++ b/parts/res/layout/thermal_list_item.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3