fix: script list not updated when script is renamed, deleted or created

This commit is contained in:
hyb1996
2017-09-30 20:45:48 +08:00
parent f35de5ce02
commit 7eb0bec0a7
11 changed files with 219 additions and 53 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

View File

@@ -34,6 +34,17 @@
</LinearLayout>
<ImageView
android:id="@+id/back"
android:layout_width="32dp"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:background="?selectableItemBackgroundBorderless"
android:clickable="true"
android:padding="9dp"
android:src="@drawable/ic_dir_up"
android:tint="#828384"/>
<ImageView
android:id="@+id/order"
android:layout_width="32dp"