Skip to content

Commit

Permalink
Update event info fragment layout
Browse files Browse the repository at this point in the history
  • Loading branch information
leahlud committed Feb 20, 2024
1 parent 0de71e3 commit 9d6ea4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/src/main/res/layout/fragment_event_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

<ImageButton
android:id="@+id/exit_button"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:padding="4dp"
Expand All @@ -51,16 +51,17 @@

<TextView
android:id="@+id/event_name"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="15dp"
android:fontFamily="@font/montserrat_bold"
android:textColor="@color/midnight"
android:textSize="20sp"
android:textStyle="bold"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/exit_button"
app:layout_constraintEnd_toStartOf="@id/favorites_button"
tools:text="Event Name" />

<TextView
Expand Down

0 comments on commit 9d6ea4f

Please sign in to comment.