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
022a7c96
Commit
022a7c96
authored
Oct 23, 2025
by
Amin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update issue details ui on floor plan
parent
07658a23
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
3 deletions
+26
-3
facility_plan.png
app/src/main/res/drawable/facility_plan.png
+0
-0
yellow_pin.png
app/src/main/res/drawable/yellow_pin.png
+0
-0
activity_issue_details.xml
app/src/main/res/layout/activity_issue_details.xml
+24
-1
activity_withdraw_issue_summary.xml
app/src/main/res/layout/activity_withdraw_issue_summary.xml
+2
-2
No files found.
app/src/main/res/drawable/facility_plan.png
0 → 100644
View file @
022a7c96
2.28 KB
app/src/main/res/drawable/yellow_pin.png
0 → 100644
View file @
022a7c96
793 Bytes
app/src/main/res/layout/activity_issue_details.xml
View file @
022a7c96
...
@@ -100,7 +100,8 @@
...
@@ -100,7 +100,8 @@
<LinearLayout
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
android:layout_weight=
"1"
>
<TextView
<TextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
@@ -120,6 +121,28 @@
...
@@ -120,6 +121,28 @@
android:textSize=
"17sp"
android:textSize=
"17sp"
app:cornerRadius=
"40dp"
/>
app:cornerRadius=
"40dp"
/>
</LinearLayout>
</LinearLayout>
<FrameLayout
android:layout_width=
"85dp"
android:layout_height=
"85dp"
android:background=
"@drawable/background_border"
>
<ImageView
android:layout_width=
"70dp"
android:layout_height=
"70dp"
android:src=
"@drawable/facility_plan"
android:layout_gravity=
"center"
android:background=
"@color/white"
/>
<ImageView
android:layout_width=
"36dp"
android:layout_height=
"36dp"
android:src=
"@drawable/yellow_pin"
android:layout_gravity=
"center"
/>
</FrameLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
<LinearLayout
...
...
app/src/main/res/layout/activity_withdraw_issue_summary.xml
View file @
022a7c96
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
<ScrollView
<ScrollView
android:id=
"@+id/withdraw_scroll"
android:id=
"@+id/withdraw_scroll"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:background=
"@drawable/background_border"
android:background=
"@drawable/background_border"
android:padding=
"10dp"
android:padding=
"10dp"
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<LinearLayout
<LinearLayout
android:id=
"@+id/withdraw_card"
android:id=
"@+id/withdraw_card"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
<TextView
<TextView
...
...
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