Reduced the title font size (#54)
This commit is contained in:
committed by
Jannis Mattheis
parent
8698ef66d1
commit
732e2965c7
@@ -18,14 +18,16 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/message_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="23dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:maxLength="30"
|
||||
android:singleLine="true"
|
||||
android:text=""
|
||||
android:textSize="20sp"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/message_date"
|
||||
app:layout_constraintStart_toEndOf="@+id/message_image"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
@@ -45,6 +47,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:autoLink="web"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user