Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
intern-amin-qms
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amin
intern-amin-qms
Commits
26098f97
Commit
26098f97
authored
Oct 23, 2025
by
Amin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix history ui badge
parent
2693c56c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
3 deletions
+22
-3
card_border_issue.xml
app/src/main/res/drawable/card_border_issue.xml
+3
-3
history_status_badge.xml
app/src/main/res/drawable/history_status_badge.xml
+19
-0
yellow_paper.png
app/src/main/res/drawable/yellow_paper.png
+0
-0
activity_history.xml
app/src/main/res/layout/activity_history.xml
+0
-0
No files found.
app/src/main/res/drawable/card_border_issue.xml
View file @
26098f97
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
android:shape=
"rectangle"
>
<!-- This is the stroke you want to define -->
<stroke
android:width=
"1dp"
<stroke
android:width=
"1dp"
android:color=
"@color/white"
/>
android:color=
"@color/white"
/>
<!-- Optional, round your corners -->
<corners
android:bottomLeftRadius=
"21dp"
<corners
android:bottomLeftRadius=
"21dp"
android:topLeftRadius=
"21dp"
android:topLeftRadius=
"21dp"
android:bottomRightRadius=
"21dp"
android:bottomRightRadius=
"21dp"
android:topRightRadius=
"21dp"
/>
android:topRightRadius=
"21dp"
/>
<!-- Optional, fill the rest of your background with a color or gradient, use transparent if you only want the border to be displayed-->
<gradient
android:startColor=
"@android:color/white"
<gradient
android:startColor=
"@android:color/white"
android:endColor=
"@android:color/white"
android:endColor=
"@android:color/white"
android:angle=
"90"
/>
android:angle=
"90"
/>
...
...
app/src/main/res/drawable/history_status_badge.xml
0 → 100644
View file @
26098f97
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<stroke
android:width=
"1dp"
android:color=
"@color/white"
/>
<corners
android:bottomLeftRadius=
"100dp"
android:topLeftRadius=
"100dp"
android:bottomRightRadius=
"100dp"
android:topRightRadius=
"100dp"
/>
<gradient
android:startColor=
"@android:color/white"
android:endColor=
"@android:color/white"
android:angle=
"90"
/>
</shape>
\ No newline at end of file
app/src/main/res/drawable/yellow_paper.png
0 → 100644
View file @
26098f97
957 Bytes
app/src/main/res/layout/activity_history.xml
View file @
26098f97
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment