Merge pull request 'aaa' (#10) from zhuyingjie_branch into main
commit
f2bc8c1e59
Binary file not shown.
@ -0,0 +1 @@
|
||||
this is a developer test txt Only developer see it
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical"
|
||||
tools:ignore="UselessParent">
|
||||
|
||||
<ListView
|
||||
android:id="@+id/recycle_bin"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
android:cacheColorHint="@null"
|
||||
android:listSelector="@android:color/transparent"
|
||||
android:divider="@null"
|
||||
android:fadingEdge="none" />
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/select_all"
|
||||
android:title="@android:string/selectAll"
|
||||
android:icon="@drawable/select_all"
|
||||
android:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/recover"
|
||||
android:title="@string/recover"
|
||||
android:icon="@drawable/recover"
|
||||
android:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/realdelete"
|
||||
android:title="@string/realdelete"
|
||||
android:icon="@drawable/menu_delete"
|
||||
android:showAsAction="always" />
|
||||
|
||||
|
||||
</menu>
|
Loading…
Reference in new issue