diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-08 02:19:13 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-08 02:19:13 -0600 |
commit | d645d698475f986d8be8a0c9c96f2cd9b5dd153d (patch) | |
tree | 3ace665e70d3b61402d209262ae1eccad518aa2c /app/src/main/res/layout | |
parent | 88e30431cb226f3b52b55cdc56338eec45d7908a (diff) |
project: Global cleanup
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/tunnel_detail_fragment.xml | 2 | ||||
-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 |