Commit 034d91bf authored by Leonardo Aramaki's avatar Leonardo Aramaki

Adjust size of the read by string

parent e50d1438
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:textSize="18sp"
android:text="@string/read_by" android:text="@string/read_by"
app:layout_constraintBottom_toTopOf="@+id/receipt_list" app:layout_constraintBottom_toTopOf="@+id/receipt_list"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
...@@ -43,4 +44,4 @@ ...@@ -43,4 +44,4 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/text_read_by" /> app:layout_constraintTop_toBottomOf="@+id/text_read_by" />
</android.support.constraint.ConstraintLayout> </android.support.constraint.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment