Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
Change translations
  • Loading branch information
dewmal committed Apr 4, 2020
1 parent 78efcc0 commit 525477f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Binary file added assets/images/medical_consultion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@

"medical_emergency": "Medical Emergency",
"health_information": "Health Information",
"covid_19_information": "Covid-19 Complains"
"covid_19_information": "Covid-19 Related Complaints"

}
2 changes: 1 addition & 1 deletion assets/lang/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@

"medical_emergency": "மருத்துவ அவசரநிலைமை",
"health_information": "சுகாதார தகவல்",
"covid_19_information": "கோவிட் -19 புகார்கள்"
"covid_19_information": "கோவிட் -19 தொடர்புடைய புகார்கள்"
}
6 changes: 5 additions & 1 deletion lib/page/screen/contact_us_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,11 @@ class _ContactUsScreenState extends State<ContactUsScreen> {
padding: EdgeInsets.all(15.0),
child: subContacts == null
? Icon(Icons.phone, color: Colors.white)
: Icon(Icons.help, color: Colors.white)),
: Image.asset(
"assets/images/medical_consultion.png",
height: 24,
width: 24,
)),
),
),
],
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ flutter:
- assets/images/announcement_24px.svg
- assets/images/ambulance.svg
- assets/images/add_ic_call_24px.svg
- assets/images/medical_consultion.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
Expand Down

0 comments on commit 525477f

Please sign in to comment.