Skip to content

Commit

Permalink
ui: Use fixed width for title view in NoteActivity layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
argraur committed May 31, 2020
1 parent ede39f6 commit 36c947c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/activity_note.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,16 @@

<TextView
android:id="@+id/title_view"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="24dp"
android:layout_marginEnd="16dp"
android:fontFamily="google-sans"
android:textColor="#000000"
android:textSize="30sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Expand Down

0 comments on commit 36c947c

Please sign in to comment.