aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_device.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_device.xml')
-rw-r--r--app/src/main/res/layout/fragment_device.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_device.xml b/app/src/main/res/layout/fragment_device.xml
index e6a2f25..097ba34 100644
--- a/app/src/main/res/layout/fragment_device.xml
+++ b/app/src/main/res/layout/fragment_device.xml
@@ -6,12 +6,19 @@
android:clickable="true">
<TextView
+ android:layout_width="match_parent"
+ android:layout_height="10sp"
+ android:id="@+id/status_bar"
+ android:layout_alignParentEnd="true"
+ android:layout_marginTop="0dp"
+ android:background="@color/red"/>
+
+ <TextView
android:id="@+id/device_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="24sp"
- android:layout_alignParentTop="true"
- android:layout_marginTop="0dp"/>
+ android:layout_below="@+id/status_bar"/>
<TextView
android:id="@+id/device_address"