mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +08:00
docs: update license
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
```
|
```
|
||||||
Apache License Version 2.0
|
Apache License Version 2.0
|
||||||
|
|
||||||
Copyright (C) 2019-2024 HighCapable
|
Copyright (C) 2019 HighCapable
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@@ -57,4 +57,4 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
```
|
```
|
||||||
|
|
||||||
版权所有 © 2019-2024 HighCapable
|
版权所有 © 2019 HighCapable
|
@@ -42,7 +42,7 @@ Click [here](docs/changelog.md) to view the historical changelog.
|
|||||||
```
|
```
|
||||||
Apache License Version 2.0
|
Apache License Version 2.0
|
||||||
|
|
||||||
Copyright (C) 2019-2024 HighCapable
|
Copyright (C) 2019 HighCapable
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@@ -57,4 +57,4 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
```
|
```
|
||||||
|
|
||||||
Copyright © 2019-2024 HighCapable
|
Copyright © 2019 HighCapable
|
@@ -233,12 +233,20 @@ FlexiTheme(
|
|||||||
|
|
||||||
详情请参考 Flexi UI 的设计规范文档 (完善中)。
|
详情请参考 Flexi UI 的设计规范文档 (完善中)。
|
||||||
|
|
||||||
|
// 设计文档包括夜间模式的三种规范
|
||||||
|
|
||||||
## 组件介绍
|
## 组件介绍
|
||||||
|
|
||||||
这里介绍了 Flexi UI 中目前提供的所有可用组件,你可以在下方每个组件中找到详细的使用方法。
|
这里介绍了 Flexi UI 中目前提供的所有可用组件,你可以在下方每个组件中找到详细的使用方法。
|
||||||
|
|
||||||
### Scaffold
|
### Scaffold
|
||||||
|
|
||||||
|
// TODO: 继续完善 Demo 并开始继续写文档
|
||||||
|
|
||||||
|
| 名称 | 描述 |
|
||||||
|
|------------|---------------------------------------------------------------------------------------------------|
|
||||||
|
| `Scaffold` | 该组件用于创建一个基本的页面,它提供了 `TopAppBar`、`BottomAppBar`、`FloatingActionButton`、`Drawer`、`Snackbar` 等组件的支持。 |
|
||||||
|
|
||||||
该板块完善中,敬请期待。
|
该板块完善中,敬请期待。
|
||||||
|
|
||||||
### Surface
|
### Surface
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Flexi UI - A flexible and useful UI component library.
|
* Flexi UI - A flexible and useful UI component library.
|
||||||
* Copyright (C) 2019-2024 HighCapable
|
* Copyright (C) 2019 HighCapable
|
||||||
* https://github.com/BetterAndroid/FlexiUI
|
* https://github.com/BetterAndroid/FlexiUI
|
||||||
*
|
*
|
||||||
* Apache License Version 2.0
|
* Apache License Version 2.0
|
||||||
|
Reference in New Issue
Block a user