From 2b0bfd8eeaab023cf7a4234ac8dd2b3aa0d6edc5 Mon Sep 17 00:00:00 2001
From: Hai Zhang <4469895+zhanghai@users.noreply.github.com>
Date: Thu, 23 May 2019 23:38:04 -0700
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Material=20Files?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
开源的 Material Design 文件管理器,继承 Cabinet 的设计,基于 Java NIO2 文件 API、Linux 系统调用和 LiveData 构建。
项目地址:https://github.com/zhanghai/MaterialFiles/blob/master/README_zh-CN.md
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index ac952f83..c1db0f8b 100644
--- a/README.md
+++ b/README.md
@@ -2652,6 +2652,11 @@ APK 地址:https://github.com/socoolby/CoolClock/blob/master/CoolClock.apk
效果图:
![](https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClock.png)
+1. Material Files
+开源的 Material Design 文件管理器,继承 Cabinet 的设计,基于 Java NIO2 文件 API、Linux 系统调用和 LiveData 构建
+项目地址:https://github.com/zhanghai/MaterialFiles/blob/master/README_zh-CN.md
+效果图:![](https://github.com/zhanghai/MaterialFiles/raw/master/screenshots/main.png)
+
## 第四部分 开发工具及测试工具
主要介绍和 Android 开发工具和测试工具相关的开源项目。