Skip to content

Commit

Permalink
change room number to room on fragment_gsr.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vavali08 committed Oct 23, 2023
1 parent f344634 commit 2fdee43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PennMobile/src/main/res/layout/fragment_gsr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
android:layout_marginBottom="16dp"
android:paddingBottom="10dp"
android:textColor="@color/color_primary"
android:text = "@string/room_number"
android:text = "@string/room"
app:layout_constraintTop_toBottomOf="@id/gsr_select_date"
app:layout_constraintEnd_toStartOf="@id/sorting_switch"/>

Expand All @@ -163,7 +163,8 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/sort_by_time_text"
app:layout_constraintTop_toTopOf="@id/sort_by_room_number_text"
app:layout_constraintVertical_bias="1.0" />
app:layout_constraintVertical_bias="1.0"
/>

<TextView
android:id="@+id/sort_by_time_text"
Expand Down
1 change: 1 addition & 0 deletions PennMobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,5 @@
<string name="fitness_mf">Mon - Fri</string>
<string name="fitness_sat">Saturday</string>
<string name="fitness_capacity">Capacity</string>
<string name="room">Room</string>
</resources>

0 comments on commit 2fdee43

Please sign in to comment.