Skip to content

Commit

Permalink
Issue project-travel-mate#705 added remaining changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AminullahTajMuhammad committed Nov 12, 2019
1 parent 48251ba commit af305c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Android/app/src/main/res/layout/content_my_trip_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/trip_name"
android:visibility="gone"
android:text="Trip Date: "
android:text="@string/label_trip_date"
android:padding="10dp"
android:textSize="20sp"
android:layout_marginLeft="1dp"/>
Expand Down
1 change: 1 addition & 0 deletions Android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,5 @@
<string name="add_widget">Add World Clock Widget</string>
<string name="configure">Select Timezone For Clock Widget</string>
<string name="trip_name_label">Trip Name:</string>
<string name="label_trip_date">Trip Date:</string>
</resources>

0 comments on commit af305c6

Please sign in to comment.