-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Student][Teacher] Add comment indicators to annotations (#1067)
* [Student][Teacher] Add comment indicators to annotations * fix for student styling * cleaned up the student pdf styles * get things up to date with master * bug fix for icon indicator, so it doesnt interfere with the comment fab * new fixes
- Loading branch information
1 parent
70917b7
commit 5cd48cb
Showing
7 changed files
with
85 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
libs/annotations/src/main/res/drawable/ic_annotation_comment_indicator.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2017 - present Instructure, Inc. | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, version 3 of the License. | ||
~ | ||
~ This program is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="12dp" | ||
android:height="12dp" | ||
android:viewportWidth="12" | ||
android:viewportHeight="12"> | ||
<path | ||
android:fillColor="#2D3B45" | ||
android:strokeWidth="1" | ||
android:pathData="M7.33333333,6 L7.80473785,6 L9.33333333,7.52859548 L9.33333333,6 L10.6666667,6 | ||
L10.6666667,1.33333333 L4.66666667,1.33333333 L4.66666667,2.66666667 | ||
L4,2.66666667 L4,0.666666667 L11.3333333,0.666666667 L11.3333333,6.66666667 | ||
L10,6.66666667 L10,9.13807119 L7.52859548,6.66666667 L7.33333333,6.66666667 | ||
L7.33333333,9.33333333 L4.47140452,9.33333333 L2,11.8047379 L2,9.33333333 | ||
L0,9.33333333 L0,3.33333333 L7.33333333,3.33333333 L7.33333333,6 Z | ||
M6.66666667,8.66666667 L6.66666667,4 L0.666666667,4 L0.666666667,8.66666667 | ||
L2.66666667,8.66666667 L2.66666667,10.1952621 L4.19526215,8.66666667 | ||
L6.66666667,8.66666667 Z M2,6 L2,5.33333333 L5.33333333,5.33333333 L5.33333333,6 | ||
L2,6 Z M2,7.33333333 L2,6.66666667 L4,6.66666667 L4,7.33333333 L2,7.33333333 Z" /> | ||
</vector> |