From 1ea8c5836a2acbb653f2b2efbf3c540726288fff Mon Sep 17 00:00:00 2001 From: pengfengwang <550616352@qq.com> Date: Wed, 8 Mar 2017 23:23:37 +0800 Subject: [PATCH] init flycotablayout lib Signed-off-by: pengfengwang <550616352@qq.com> --- .idea/gradle.xml | 1 + .idea/misc.xml | 2 +- .idea/modules.xml | 1 + settings.gradle | 4 ++- third-part-support/flycotablayout/.gitignore | 1 + .../flycotablayout/build.gradle | 26 +++++++++++++++++++ .../flycotablayout/proguard-rules.pro | 25 ++++++++++++++++++ .../src/main/AndroidManifest.xml | 10 +++++++ .../src/main/res/values/strings.xml | 3 +++ 9 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 third-part-support/flycotablayout/.gitignore create mode 100644 third-part-support/flycotablayout/build.gradle create mode 100644 third-part-support/flycotablayout/proguard-rules.pro create mode 100644 third-part-support/flycotablayout/src/main/AndroidManifest.xml create mode 100644 third-part-support/flycotablayout/src/main/res/values/strings.xml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 04798686..13850771 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@