diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/tunnel_editor_peer.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/tunnel_list_fragment.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/tunnel_editor_peer.xml b/app/src/main/res/layout/tunnel_editor_peer.xml index 40e16136..309ef7bb 100644 --- a/app/src/main/res/layout/tunnel_editor_peer.xml +++ b/app/src/main/res/layout/tunnel_editor_peer.xml @@ -51,7 +51,7 @@ android:background="@null" android:contentDescription="@string/delete" android:onClick="@{() -> collection.remove(item)}" - android:src="@drawable/ic_action_delete_black" /> + android:src="@drawable/ic_action_delete" /> <TextView android:id="@+id/public_key_label" diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 444b0952..29b6fe08 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -44,7 +44,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="@{fragment::onRequestCreateConfig}" - app:fab_icon="@drawable/ic_action_edit" + app:fab_icon="@drawable/ic_action_edit_inverse" app:fab_size="mini" app:fab_title="@string/create_empty" /> @@ -53,7 +53,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="@{fragment::onRequestImportConfig}" - app:fab_icon="@drawable/ic_action_open" + app:fab_icon="@drawable/ic_action_open_inverse" app:fab_size="mini" app:fab_title="@string/create_from_file" /> </com.wireguard.android.widget.fab.FloatingActionsMenu> |