Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:fillViewport="true"
  7.    android:id="@+id/constraintLayout"
  8.    android:layout_width="match_parent"
  9.    android:layout_height="match_parent"
  10.  
  11.    app:layout_constraintEnd_toEndOf="parent"
  12.    app:layout_constraintTop_toTopOf="parent">
  13.  
  14.  
  15.         <android.support.constraint.ConstraintLayout
  16.            android:layout_width="0dp"
  17.            android:layout_height="wrap_content"
  18.            android:layout_marginStart="12dp"
  19.            android:layout_marginTop="8dp"
  20.            android:layout_marginEnd="12dp"
  21.            android:background="@color/background_Item_light"
  22.            app:layout_constraintEnd_toEndOf="parent"
  23.            app:layout_constraintStart_toStartOf="parent"
  24.            app:layout_constraintTop_toTopOf="parent">
  25.  
  26.                 <TextView
  27.                    android:id="@+id/textView9"
  28.                    android:layout_width="wrap_content"
  29.                    android:layout_height="24dp"
  30.                    android:text=".0 C°"
  31.                    android:textColor="@color/Text_Color_Light"
  32.                    android:textSize="18sp"
  33.                    app:layout_constraintBottom_toBottomOf="@+id/textView8"
  34.                    app:layout_constraintStart_toEndOf="@+id/textView8"
  35.                    app:layout_constraintTop_toTopOf="@+id/textView8"
  36.                    app:layout_constraintVertical_bias="0.625" />
  37.  
  38.                 <TextView
  39.                    android:id="@+id/textView7"
  40.                    android:layout_width="wrap_content"
  41.                    android:layout_height="24dp"
  42.                    android:layout_marginStart="4dp"
  43.                    android:text=".0 C°"
  44.                    android:textColor="@color/Text_Color_Light"
  45.                    android:textSize="18sp"
  46.                    app:layout_constraintBottom_toBottomOf="@+id/textView5"
  47.                    app:layout_constraintStart_toEndOf="@+id/textView5"
  48.                    app:layout_constraintTop_toTopOf="@+id/textView5"
  49.                    app:layout_constraintVertical_bias="0.79" />
  50.  
  51.                 <TextView
  52.                    android:id="@+id/textView8"
  53.                    android:layout_width="wrap_content"
  54.                    android:layout_height="56dp"
  55.                    android:layout_marginStart="10dp"
  56.                    android:layout_marginTop="8dp"
  57.                    android:layout_marginBottom="8dp"
  58.                    android:text="00"
  59.                    android:textColor="@color/Text_Color_Light"
  60.                    android:textSize="36sp"
  61.                    app:layout_constraintBottom_toBottomOf="parent"
  62.                    app:layout_constraintStart_toEndOf="@+id/imageButton"
  63.                    app:layout_constraintTop_toTopOf="parent"
  64.                    app:layout_constraintVertical_bias="0.937" />
  65.  
  66.                 <TextView
  67.                    android:id="@+id/textView4"
  68.                    android:layout_width="wrap_content"
  69.                    android:layout_height="wrap_content"
  70.                    android:layout_marginStart="4dp"
  71.                    android:layout_marginTop="4dp"
  72.                    android:text="@string/ROOMtext"
  73.                    android:textColor="@color/Text_Color_Light"
  74.                    app:layout_constraintStart_toStartOf="parent"
  75.                    app:layout_constraintTop_toTopOf="parent" />
  76.  
  77.                 <Spinner
  78.                    android:id="@+id/spinner"
  79.                    android:layout_width="45dp"
  80.                    android:layout_height="43dp"
  81.                    android:layout_marginTop="8dp"
  82.                    android:layout_marginEnd="24dp"
  83.                    android:layout_marginBottom="8dp"
  84.                    android:background="@color/UI_ITEM_OVERLAP_LIGHT"
  85.                    app:layout_constraintBottom_toBottomOf="parent"
  86.                    app:layout_constraintEnd_toEndOf="parent"
  87.                    app:layout_constraintTop_toTopOf="parent" />
  88.  
  89.                 <ImageButton
  90.                    android:id="@+id/imageButton"
  91.                    android:layout_width="40dp"
  92.                    android:layout_height="36dp"
  93.                    android:layout_marginStart="8dp"
  94.                    android:layout_marginTop="6dp"
  95.                    android:layout_marginEnd="8dp"
  96.                    app:layout_constraintEnd_toEndOf="parent"
  97.                    app:layout_constraintHorizontal_bias="0.4"
  98.                    app:layout_constraintStart_toStartOf="parent"
  99.                    app:layout_constraintTop_toTopOf="parent"
  100.                    app:srcCompat="@drawable/ic_keyboard_arrow_up_black_24dp" />
  101.  
  102.                 <ImageButton
  103.                    android:id="@+id/imageButton3"
  104.                    android:layout_width="40dp"
  105.                    android:layout_height="36dp"
  106.                    android:layout_marginStart="8dp"
  107.                    android:layout_marginTop="2dp"
  108.                    android:layout_marginEnd="8dp"
  109.                    android:layout_marginBottom="6dp"
  110.                    app:layout_constraintBottom_toBottomOf="parent"
  111.                    app:layout_constraintEnd_toEndOf="parent"
  112.                    app:layout_constraintHorizontal_bias="0.4"
  113.                    app:layout_constraintStart_toStartOf="parent"
  114.                    app:layout_constraintTop_toBottomOf="@+id/imageButton"
  115.                    app:srcCompat="@drawable/ic_keyboard_arrow_down_black_24dp" />
  116.  
  117.                 <TextView
  118.                    android:id="@+id/textView5"
  119.                    android:layout_width="wrap_content"
  120.                    android:layout_height="wrap_content"
  121.                    android:layout_marginStart="24dp"
  122.                    android:layout_marginTop="8dp"
  123.                    android:layout_marginBottom="8dp"
  124.                    android:text="00"
  125.                    android:textColor="@color/Text_Color_Light"
  126.                    android:textSize="36sp"
  127.                    app:layout_constraintBottom_toBottomOf="parent"
  128.                    app:layout_constraintStart_toStartOf="parent"
  129.                    app:layout_constraintTop_toTopOf="parent"
  130.                    app:layout_constraintVertical_bias="0.652" />
  131.         </android.support.constraint.ConstraintLayout>
  132.  
  133.  
  134. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement