Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt UI Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Design Studio
QML Viewer Projects
Qt UI Viewer
Merge requests
!61
Popup for showing the current operation and new app icon
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Popup for showing the current operation and new app icon
popup-and-new-icon
into
master
Overview
0
Commits
5
Pipelines
6
Changes
17
Merged
Burak Hançerli
requested to merge
popup-and-new-icon
into
master
3 months ago
Overview
0
Commits
5
Pipelines
6
Changes
17
Expand
This MR brings the following features;
fix: bring the popup back for giving feedback to the user
add: new icons for the app
0
0
Merge request reports
Viewing commit
e64da693
Prev
Next
Show latest version
17 files
+
55
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
Verified
e64da693
chore: update appicon and the launcher icons
· e64da693
Burak Hançerli
authored
3 months ago
src/android/res/drawable/ic_launcher_background.xml
0 → 100644
+
26
−
0
Options
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:aapt=
"http://schemas.android.com/aapt"
android:width=
"108dp"
android:height=
"108dp"
android:viewportWidth=
"108"
android:viewportHeight=
"108"
>
<group
android:scaleX=
"0.99"
android:scaleY=
"0.99"
android:translateX=
"0.54"
android:translateY=
"0.54"
>
<path
android:pathData=
"M0,13.5V108H94.5L108,94.5V0H13.5L0,13.5Z"
>
<aapt:attr
name=
"android:fillColor"
>
<gradient
android:startX=
"104.99"
android:startY=
"-26.62"
android:endX=
"11.55"
android:endY=
"126.08"
android:type=
"linear"
>
<item
android:offset=
"0.14"
android:color=
"#FF014B57"
/>
<item
android:offset=
"1"
android:color=
"#FF0F7080"
/>
</gradient>
</aapt:attr>
</path>
</group>
</vector>
Loading