aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_network_details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/layout/activity_network_details.xml')
-rw-r--r--app/res/layout/activity_network_details.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/app/res/layout/activity_network_details.xml b/app/res/layout/activity_network_details.xml
index a36c957..6442585 100644
--- a/app/res/layout/activity_network_details.xml
+++ b/app/res/layout/activity_network_details.xml
@@ -2,8 +2,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:padding="15dp"
android:background="@color/black"
+ android:padding="15dp"
tools:context=".NetworkDetailsActivity" >
<TextView
@@ -11,28 +11,29 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
+ android:background="@color/black"
android:textColor="@color/ThemeLight"
- android:textSize="7pt"
- android:background="@color/black" />
-
+ android:textSize="7pt" />
+
<CheckBox
android:id="@+id/chk_show_pass_details"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_below="@id/txt_net_details"
+ android:text="@string/show_password"
android:textColor="@color/ThemeLight"
- android:text="@string/show_password"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <Button
+ android:textSize="10pt" />
+
+ <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_below="@id/chk_show_pass_details"
android:layout_centerHorizontal="true"
- android:textColor="@color/ThemeLight"
- android:background="@color/ThemeDark"
+ android:layout_marginTop="15dp"
+ android:background="@drawable/repwifi_button"
+ android:onClick="btnDeleteClick"
android:text="@string/delete"
- android:onClick="btnDeleteClick" />
+ android:textColor="@color/ThemeLight" />
</RelativeLayout> \ No newline at end of file