summaryrefslogtreecommitdiff
path: root/main/src/main/res/layout/vpn_remote_collasped.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/layout/vpn_remote_collasped.xml')
-rw-r--r--main/src/main/res/layout/vpn_remote_collasped.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/src/main/res/layout/vpn_remote_collasped.xml b/main/src/main/res/layout/vpn_remote_collasped.xml
deleted file mode 100644
index 93ac1f9a..00000000
--- a/main/src/main/res/layout/vpn_remote_collasped.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/address">
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="Medium Text"
- android:id="@+id/textView"
- android:layout_gravity="right" />
-</LinearLayout> \ No newline at end of file