摘要:
先看一下运行的效果通过第一个EditText来确定搜索的目录,默认为根目录"/"第二个EditText为所要搜索的关键字现在来看看layout中的布局文件,应该是再简单不过了<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android: 阅读全文