Skip to content

Commit

Permalink
fix: Created date not fully visible oppia#4722
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmagnus committed Nov 22, 2022
1 parent 6f26b9e commit d56835b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/profile_edit_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@
<TextView
android:id="@+id/profile_edit_created"
style="@style/Subtitle2"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
app:layout_constraintBottom_toBottomOf="@+id/profile_edit_image"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/profile_edit_name"
app:layout_constraintTop_toBottomOf="@+id/profile_edit_name"
app:layout_constraintVertical_chainStyle="packed"
Expand Down

0 comments on commit d56835b

Please sign in to comment.