aboutsummaryrefslogtreecommitdiffstats
path: root/project/res/layout/activity_network_details.xml
diff options
context:
space:
mode:
authorFil <fil.bergamo@riseup.net>2017-03-07 23:14:00 +0100
committerFil <fil.bergamo@riseup.net>2017-03-07 23:14:00 +0100
commit46a68ee40ddcb3aec63791a8a0f9f279814638fa (patch)
treee5b5fb80d1fd93b5c0363af7dbf2dc3dd718cf12 /project/res/layout/activity_network_details.xml
parentf09573fec8a97c519ab86239e6b64a6e719b29b7 (diff)
downloadpackages_apps_repwifi-46a68ee40ddcb3aec63791a8a0f9f279814638fa.zip
packages_apps_repwifi-46a68ee40ddcb3aec63791a8a0f9f279814638fa.tar.gz
packages_apps_repwifi-46a68ee40ddcb3aec63791a8a0f9f279814638fa.tar.bz2
Removed bin directory, renamed root directory
Diffstat (limited to 'project/res/layout/activity_network_details.xml')
-rw-r--r--project/res/layout/activity_network_details.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/project/res/layout/activity_network_details.xml b/project/res/layout/activity_network_details.xml
deleted file mode 100644
index a36c957..0000000
--- a/project/res/layout/activity_network_details.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="15dp"
- android:background="@color/black"
- tools:context=".NetworkDetailsActivity" >
-
- <TextView
- android:id="@+id/txt_net_details"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="10dp"
- android:textColor="@color/ThemeLight"
- android:textSize="7pt"
- android:background="@color/black" />
-
- <CheckBox
- android:id="@+id/chk_show_pass_details"
- android:layout_below="@id/txt_net_details"
- android:textColor="@color/ThemeLight"
- android:text="@string/show_password"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <Button
- android:id="@+id/btn_delete"
- android:layout_below="@id/chk_show_pass_details"
- android:layout_marginTop="15dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:textColor="@color/ThemeLight"
- android:background="@color/ThemeDark"
- android:text="@string/delete"
- android:onClick="btnDeleteClick" />
-
-</RelativeLayout> \ No newline at end of file