From a49db975b179ed2292cbc07d0b193f581be5a4d9 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 20 Oct 2022 11:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=82=AC=E6=B5=AE=E7=AA=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/view_flaot_live.xml | 38 ++++++++ .../main/res/layout/view_float_settings.xml | 95 +++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 common/src/main/res/layout/view_flaot_live.xml create mode 100644 common/src/main/res/layout/view_float_settings.xml diff --git a/common/src/main/res/layout/view_flaot_live.xml b/common/src/main/res/layout/view_flaot_live.xml new file mode 100644 index 000000000..e97d21e66 --- /dev/null +++ b/common/src/main/res/layout/view_flaot_live.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/src/main/res/layout/view_float_settings.xml b/common/src/main/res/layout/view_float_settings.xml new file mode 100644 index 000000000..979491a50 --- /dev/null +++ b/common/src/main/res/layout/view_float_settings.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file