fix: import sample or create file not working. add: edit icon of view sample activity

This commit is contained in:
hyb1996
2017-08-01 10:48:19 +08:00
parent f037a642fd
commit 08419afc3d
13 changed files with 615 additions and 234 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

View File

@@ -27,6 +27,14 @@
android:layout_gravity="right"
android:orientation="horizontal">
<com.stardust.widget.ToolbarMenuItem
android:id="@+id/edit"
android:layout_width="40dp"
android:layout_height="match_parent"
app:icon="@drawable/ic_edit_white_24dp"
app:icon_color="@android:color/white"
app:text="@string/text_edit"/>
<com.stardust.widget.ToolbarMenuItem
android:id="@+id/run"
android:layout_width="40dp"
@@ -35,6 +43,8 @@
app:icon_color="@android:color/white"
app:text="@string/text_run"/>
</LinearLayout>
</com.stardust.theme.widget.ThemeColorToolbar>

View File

@@ -211,6 +211,7 @@
<string name="script_anr">没有相应,要强制停止吗</string>
<string name="text_enable_accessibitliy_service_by_root_failed">使用root权限开启失败</string>
<string name="text_on_progress">处理中</string>
<string name="text_delete_failed">删除失败</string>
<string-array name="record_control_keys">