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
139e5ead
Commit
139e5ead
authored
Oct 21, 2025
by
Amin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix layout access item detail
parent
725f86da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
zoom_pic.png
app/src/main/res/drawable/zoom_pic.png
+0
-0
activity_transaction_details.xml
app/src/main/res/layout/activity_transaction_details.xml
+30
-1
No files found.
app/src/main/res/drawable/zoom_pic.png
0 → 100644
View file @
139e5ead
991 Bytes
app/src/main/res/layout/activity_transaction_details.xml
View file @
139e5ead
...
...
@@ -322,6 +322,9 @@
android:layout_height=
"141dp"
android:src=
"@drawable/sign"
/>
</LinearLayout>
<LinearLayout
...
...
@@ -380,10 +383,35 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:layout_marginTop=
"15dp"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@drawable/background_border"
android:orientation=
"horizontal"
android:padding=
"10dp"
android:gravity=
"center"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"141dp"
android:src=
"@drawable/sign"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:layout_marginTop=
"20dp"
android:paddingBottom=
"20dp"
>
<LinearLayout
...
...
@@ -414,7 +442,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
android:layout_marginTop=
"10dp"
android:paddingBottom=
"
30
dp"
>
android:paddingBottom=
"
15
dp"
>
<TextView
android:layout_width=
"100dp"
...
...
@@ -436,6 +464,7 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
...
...
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