|
|
|
|
@ -7,37 +7,20 @@ |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
tools:background="@color/gray_darker"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/title" |
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText |
|
|
|
|
android:id="@+id/editText1" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/editText1" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
tools:text="Blinds" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText |
|
|
|
|
android:id="@+id/editText1" |
|
|
|
|
android:layout_width="96dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
android:gravity="end|center_vertical" |
|
|
|
|
android:imeOptions="actionDone" |
|
|
|
|
android:inputType="numberDecimal" |
|
|
|
|
android:lines="1" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
tools:hint="Test" /> |
|
|
|
|
tools:text="10" /> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |