aboutsummaryrefslogtreecommitdiffstats
path: root/project/res/layout/activity_show_status.xml
diff options
context:
space:
mode:
Diffstat (limited to 'project/res/layout/activity_show_status.xml')
-rw-r--r--project/res/layout/activity_show_status.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/project/res/layout/activity_show_status.xml b/project/res/layout/activity_show_status.xml
deleted file mode 100644
index 9f7e584..0000000
--- a/project/res/layout/activity_show_status.xml
+++ /dev/null
@@ -1,43 +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=".ShowStatusActivity" >
-
- <TextView
- android:id="@+id/txt_status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:background="@color/black"
- android:textColor="@color/ThemeLight" />
-
- <Button
- android:id="@+id/btn_disconnect"
- android:background="@color/ThemeDark"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_centerHorizontal="true"
- android:layout_below="@id/txt_status"
- android:layout_marginTop="10dp"
- android:textColor="@color/ThemeLight"
- android:text="@string/disconnect"
- android:onClick="onBtnDisconnectClick"/>
-
- <Button
- android:id="@+id/btn_back"
- android:background="@color/ThemeDark"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_centerHorizontal="true"
- android:layout_below="@id/txt_status"
- android:layout_marginTop="10dp"
- android:textColor="@color/ThemeLight"
- android:text="@string/back_main"
- android:onClick="onBtnMainClick"/>
-
-</RelativeLayout> \ No newline at end of file