added colors
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
android:orientation="vertical"
|
||||
android:padding="20dp">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/parentDeviceTitle"
|
||||
android:gravity="center_horizontal"
|
||||
@@ -17,14 +18,24 @@
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp" />
|
||||
<View
|
||||
android:id="@+id/statusCircle"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/circle_gray" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/statusText"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="Bereit"
|
||||
android:textSize="24sp"
|
||||
android:textColor="#000000"
|
||||
android:padding="12dp"
|
||||
android:background="#CCCCCC"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/Info"
|
||||
@@ -50,7 +61,12 @@
|
||||
<Button
|
||||
android:id="@+id/mainBtn"
|
||||
android:text="Start"
|
||||
android:textColor="#000000"
|
||||
android:background="#00FF00"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"/>
|
||||
android:layout_marginTop="10dp"
|
||||
android:textSize="34sp"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user