summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/tunnel_detail_fragment.xml2
-rw-r--r--app/src/main/res/layout/tunnel_editor_fragment.xml (renamed from app/src/main/res/layout/config_editor_fragment.xml)4
-rw-r--r--app/src/main/res/layout/tunnel_editor_peer.xml (renamed from app/src/main/res/layout/config_editor_peer.xml)0
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/tunnel_detail_fragment.xml b/app/src/main/res/layout/tunnel_detail_fragment.xml
index 4487c9cc..e10bc4e1 100644
--- a/app/src/main/res/layout/tunnel_detail_fragment.xml
+++ b/app/src/main/res/layout/tunnel_detail_fragment.xml
@@ -43,7 +43,7 @@
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_toStartOf="@+id/tunnel_switch"
- android:text="@string/iface" />
+ android:text="@string/interface_title" />
<com.wireguard.android.widget.ToggleSwitch
android:id="@+id/tunnel_switch"
diff --git a/app/src/main/res/layout/config_editor_fragment.xml b/app/src/main/res/layout/tunnel_editor_fragment.xml
index c0895656..1d387d54 100644
--- a/app/src/main/res/layout/config_editor_fragment.xml
+++ b/app/src/main/res/layout/tunnel_editor_fragment.xml
@@ -54,7 +54,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
- android:text="@string/iface" />
+ android:text="@string/interface_title" />
<TextView
android:id="@+id/interface_name_label"
@@ -216,7 +216,7 @@
android:divider="@null"
android:orientation="vertical"
app:items="@{config.peers}"
- app:layout="@{@layout/config_editor_peer}"
+ app:layout="@{@layout/tunnel_editor_peer}"
tools:ignore="UselessLeaf" />
<Button
diff --git a/app/src/main/res/layout/config_editor_peer.xml b/app/src/main/res/layout/tunnel_editor_peer.xml
index a3a2a9c8..a3a2a9c8 100644
--- a/app/src/main/res/layout/config_editor_peer.xml
+++ b/app/src/main/res/layout/tunnel_editor_peer.xml