Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Dehm
briar
Commits
21302304
Verified
Commit
21302304
authored
7 years ago
by
Torsten Grote
Browse files
Options
Downloads
Patches
Plain Diff
Remove scientific notation from vector drawables to prevent crashes
Details:
http://stackoverflow.com/a/40829348
parent
6839d8b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
briar-android/src/main/res/drawable/ic_rss_feed.xml
+1
-1
1 addition, 1 deletion
briar-android/src/main/res/drawable/ic_rss_feed.xml
briar-android/src/main/res/drawable/splash_screen.xml
+4
-4
4 additions, 4 deletions
briar-android/src/main/res/drawable/splash_screen.xml
with
5 additions
and
5 deletions
briar-android/src/main/res/drawable/ic_rss_feed.xml
+
1
−
1
View file @
21302304
...
...
@@ -7,7 +7,7 @@
<path
android:fillColor=
"#ffa500"
android:pathData=
"M0,
8.88178e-16 L30,8.88178e-16
L30,30 L0,30 L0,
8.88178e-16
Z"
/>
android:pathData=
"M0,
0 L30,0
L30,30 L0,30 L0,
0
Z"
/>
<path
android:fillColor=
"#ffffff"
android:pathData=
"M8.9322,18.0339 C10.6078,18.0339,11.9661,19.3922,11.9661,21.0678
...
...
This diff is collapsed.
Click to expand it.
briar-android/src/main/res/drawable/splash_screen.xml
+
4
−
4
View file @
21302304
...
...
@@ -12,9 +12,9 @@
android:fillColor=
"#87c214"
android:pathData=
"M64.9004,0 C55.2004,0,47.1992,7.99922,47.1992,17.6992 L47.1992,40.1992
L90.8008,40.1992 L90.8008,17.6992
C90.8008,7.99922,82.8992,
-4.73695e-15
,73.1992,0 L64.9004,0 Z M161.9,0
C90.8008,7.99922,82.8992,
0
,73.1992,0 L64.9004,0 Z M161.9,0
C152.2,0,144.199,7.99922,144.199,17.6992 L144.199,137.199 L187.801,137.199
L187.801,17.6992 C187.801,7.99922,179.899,
-4.73695e-15
,170.199,0 L161.9,0 Z
L187.801,17.6992 C187.801,7.99922,179.899,
0
,170.199,0 L161.9,0 Z
M47.1992,97.8008 L47.1992,217.301 C47.1992,227.001,55.1004,235,64.9004,235
L73.1992,235 C82.8992,235,90.9004,227.001,90.9004,217.301 L90.9004,97.8008
L47.1992,97.8008 Z M144.199,194.801 L144.199,217.301
...
...
@@ -25,12 +25,12 @@ C179.899,235,187.9,227.001,187.9,217.301 L187.9,194.801 L144.199,194.801 Z"/>
android:pathData=
"M144.2,144.2 L187.9,144.2 L187.9,187.9 L144.2,187.9 L144.2,144.2 Z"
/>
<path
android:fillColor=
"#95d220"
android:pathData=
"M17.6992,47.1992 C7.99922,47.1992,
2.36848e-15
,55.1004,0,64.9004 L0,73.1992
android:pathData=
"M17.6992,47.1992 C7.99922,47.1992,
0
,55.1004,0,64.9004 L0,73.1992
C0,82.8992,7.89922,90.9004,17.6992,90.9004 L137.199,90.9004 L137.199,47.1992
L17.6992,47.1992 Z M194.801,47.1992 L194.801,90.9004 L217.301,90.9004
C227.001,90.9004,235,82.9992,235,73.1992 L235,64.9004
C235,55.1004,227.001,47.1992,217.301,47.1992 L194.801,47.1992 Z M17.6992,144.199
C7.99922,144.199,
2.36848e-15
,152.1,0,161.9 L0,170.199
C7.99922,144.199,
0
,152.1,0,161.9 L0,170.199
C0,179.899,7.89922,187.9,17.6992,187.9 L40.1992,187.9 L40.1992,144.199
L17.6992,144.199 Z M97.8008,144.199 L97.8008,187.9 L217.301,187.9
C227.001,187.9,235,179.899,235,170.199 L235,161.9
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment