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 @@
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 4bbd4eae..67dd0e80 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -102,7 +102,7 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index c67baf4a..4233cf09 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -4,6 +4,7 @@
+
diff --git a/settings.gradle b/settings.gradle
index e2fc80c7..969024ce 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1 +1,3 @@
-include ':skin-support', ':skin-app', ':skin-night', ':skin-support-design', ':skin-support-cardview', ':third-part-support:circleimageview'
+include ':skin-app', ':skin-night',
+ ':skin-support', ':skin-support-design', ':skin-support-cardview',
+ ':third-part-support:circleimageview', ':third-part-support:flycotablayout'
diff --git a/third-part-support/flycotablayout/.gitignore b/third-part-support/flycotablayout/.gitignore
new file mode 100644
index 00000000..796b96d1
--- /dev/null
+++ b/third-part-support/flycotablayout/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/third-part-support/flycotablayout/build.gradle b/third-part-support/flycotablayout/build.gradle
new file mode 100644
index 00000000..ec3815db
--- /dev/null
+++ b/third-part-support/flycotablayout/build.gradle
@@ -0,0 +1,26 @@
+apply plugin: 'com.android.library'
+
+android {
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
+
+ defaultConfig {
+ minSdkVersion 15
+ targetSdkVersion 25
+ versionCode 1
+ versionName "1.0"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile 'com.android.support:appcompat-v7:25.1.0'
+
+ compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'
+}
diff --git a/third-part-support/flycotablayout/proguard-rules.pro b/third-part-support/flycotablayout/proguard-rules.pro
new file mode 100644
index 00000000..116d09ee
--- /dev/null
+++ b/third-part-support/flycotablayout/proguard-rules.pro
@@ -0,0 +1,25 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in C:\Users\ximsf\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the proguardFiles
+# directive in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
diff --git a/third-part-support/flycotablayout/src/main/AndroidManifest.xml b/third-part-support/flycotablayout/src/main/AndroidManifest.xml
new file mode 100644
index 00000000..559f5532
--- /dev/null
+++ b/third-part-support/flycotablayout/src/main/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
diff --git a/third-part-support/flycotablayout/src/main/res/values/strings.xml b/third-part-support/flycotablayout/src/main/res/values/strings.xml
new file mode 100644
index 00000000..8291d3ca
--- /dev/null
+++ b/third-part-support/flycotablayout/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ FlycoTabLayout
+