From f81432b5c2cb70962c2bad77a774b4f687f67c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 6 Jan 2020 12:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=80=82=E9=85=8D=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0=E5=9F=BA=E7=A1=80=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- .../mogo-commons}/src/main/res/values-ldpi/dimens.xml | 0 .../mogo-commons}/src/main/res/values-xhdpi/dimens.xml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {modules/mogo-module-common => foudations/mogo-commons}/src/main/res/values-ldpi/dimens.xml (100%) rename {modules/mogo-module-common => foudations/mogo-commons}/src/main/res/values-xhdpi/dimens.xml (100%) diff --git a/.idea/misc.xml b/.idea/misc.xml index 8a8f75bfe2..703e5d4b89 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/modules/mogo-module-common/src/main/res/values-ldpi/dimens.xml b/foudations/mogo-commons/src/main/res/values-ldpi/dimens.xml similarity index 100% rename from modules/mogo-module-common/src/main/res/values-ldpi/dimens.xml rename to foudations/mogo-commons/src/main/res/values-ldpi/dimens.xml diff --git a/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml b/foudations/mogo-commons/src/main/res/values-xhdpi/dimens.xml similarity index 100% rename from modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml rename to foudations/mogo-commons/src/main/res/values-xhdpi/dimens.xml