Skip to content

Commit

Permalink
added license notes to some of the layout files
Browse files Browse the repository at this point in the history
  • Loading branch information
areee committed Jan 1, 2020
1 parent 1b9aaa9 commit 8fff8e0
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) of the original layout file: 2018 Google Inc.
~ Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
~ Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
~ Changes made to this layout file: removed a toolbar, added a button (id: help_button) and added BlurDialog.
~ Added also RecyclerView for showing the card slot area and fixed the height of ViewPager.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright (C) of the original layout file: 2018 Google Inc.
Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: changed the context class.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
3 changes: 2 additions & 1 deletion PECS2lifeAndroid/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) of the original layout file: 2018 Google Inc.
~ Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
~ Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
~ Changes made to this layout file: removed a toolbar, added a button (id: help_button) and added BlurDialog.
~ Added also RecyclerView for showing the card slot area and fixed the height of ViewPager.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion PECS2lifeAndroid/app/src/main/res/layout/list_item.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) of the original layout file: 2018 Google Inc.
Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: updated the dependency for the CardView. Removed two unnecessary TextViews.
Renamed the ids.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
7 changes: 5 additions & 2 deletions PECS2lifeAndroid/app/src/main/res/layout/list_item_new.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) of the original layout file: 2018 Google Inc.
Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: TODO
Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: updated the dependency for the CardView. Removed two unnecessary TextViews.
Renamed the ids. Limit the height of the ImageView to 100dp. Changed width values to wrap_content.
Use an example image in ImageView.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
6 changes: 4 additions & 2 deletions PECS2lifeAndroid/app/src/main/res/layout/list_item_new2.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) of the original layout file: 2018 Google Inc.
Copyright (C) of the edited layout file: 2019 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: TODO
Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
Changes made to this layout file: updated the dependency for the CardView. Removed two unnecessary TextViews.
Renamed the ids.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
19 changes: 18 additions & 1 deletion PECS2lifeAndroid/app/src/main/res/layout/tab_fragment1.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) of the original layout file: 2018 Google Inc.
~ Copyright (C) of the edited layout file: 2019-2020 hti-group4 (Arttu Ylhävuori, Louis Sosa and Tamilselvi Jayavelu).
~ Changes made to this layout file: renamed the id of the RecyclerView.
~ Updated the dependency for the RecyclerView.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
Expand Down

0 comments on commit 8fff8e0

Please sign in to comment.