poprawiono ułożenie komponentów
This commit is contained in:
parent
0c48660648
commit
a6b1587e46
4
app/src/main/java/com/example/notatkon/CreateNote.java
Normal file
4
app/src/main/java/com/example/notatkon/CreateNote.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.example.notatkon;
|
||||
|
||||
public class CreateNote {
|
||||
}
|
@ -66,6 +66,8 @@
|
||||
android:textColor="@color/colorSubtitle"
|
||||
android:textColorHint="@color/colorHint"
|
||||
android:textSize="@dimen/_13ssp"
|
||||
android:paddingTop="@dimen/_8sdp"
|
||||
android:paddingBottom="@dimen/_8sdp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toEndOf="@id/viewSubtitle"
|
||||
@ -75,6 +77,7 @@
|
||||
android:id="@+id/viewSubtitle"
|
||||
android:layout_width="@dimen/_5sdp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="@dimen/_12sdp"
|
||||
android:background="@drawable/subtitle_sign_background"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/noteSubtitle"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@ -84,10 +87,17 @@
|
||||
android:id="@+id/inputNote"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/_12sdp"
|
||||
android:layout_marginTop="@dimen/_15sdp"
|
||||
android:layout_marginEnd="@dimen/_12sdp"
|
||||
android:layout_marginBottom="@dimen/_15sdp"
|
||||
android:gravity="top"
|
||||
android:hint="@string/note_content"
|
||||
android:inputType="textMultiLine"
|
||||
android:textColor="@color/white"
|
||||
android:textColorHint="@color/colorHint"
|
||||
android:textSize="@dimen/_13ssp"
|
||||
android:minHeight="@dimen/_100sdp"
|
||||
app:layout_constraintTop_toTopOf="@id/noteSubtitle" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user