Change X in the ManageServer Activity by - to delete servers

Fixes #25
This commit is contained in:
Schoumi 2017-07-10 15:51:35 +02:00
父節點 119e0db37d
當前提交 ad3b111758
共有 6 個檔案被更改,包括 1 行新增1 行删除

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 121 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 94 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 115 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 141 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 153 B

查看文件

@ -5,7 +5,7 @@
<ImageView
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:src="@android:drawable/ic_delete"
android:src="@drawable/ic_action_remove"
android:id="@+id/server_delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />