# RadioGridLayoutDemo **Repository Path**: zhuminjun/RadioGridLayoutDemo ## Basic Information - **Project Name**: RadioGridLayoutDemo - **Description**: android 继承于GridLayout的多行多列RadioGroup - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2023-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RadioGridLayout [![](https://jitpack.io/v/zhumj/RadioGridLayoutDemo.svg)](https://jitpack.io/#zhumj/RadioGridLayoutDemo) 继承于GridLayout的多行多列RadioGroup,用法是 GridLayout 和 RadioGroup 结合 ## Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ## Step 2. Add the dependency ``` dependencies { implementation 'com.github.zhumj:RadioGridLayoutDemo:Tag' } ```