# TransformersLayout **Repository Path**: jboob/transformers-layout ## Basic Information - **Project Name**: TransformersLayout - **Description**: TransformersLayout 非 AndroidX 版本 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-09-23 - **Last Updated**: 2022-08-19 ## Categories & Tags **Categories**: android-modules **Tags**: None ## README [![](https://jitpack.io/v/com.gitee.jboob/transformers-layout.svg)](https://jitpack.io/#com.gitee.jboob/transformers-layout) #### 介绍 TransformersLayout 非 AndroidX 版本, 本项目译自 [TransformersLayout](https://github.com/zaaach/TransformersLayout) ![效果图](https://images.gitee.com/uploads/images/2020/0924/174139_581e1883_1147991.gif "transformers_layout.gif") #### 使用说明 ##### Step 1 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ##### Step 2 ``` dependencies { implementation 'com.gitee.jboob:transformers-layout:1.0.8' } ``` 完整使用方法请参照 [TransformersLayout](https://github.com/zaaach/TransformersLayout)