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
2693c56c
Commit
2693c56c
authored
Oct 23, 2025
by
Amin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add bottom button on issue details
parent
82385bf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
2 deletions
+50
-2
activity_issue_details.xml
app/src/main/res/layout/activity_issue_details.xml
+47
-2
colors.xml
app/src/main/res/values/colors.xml
+3
-0
No files found.
app/src/main/res/layout/activity_issue_details.xml
View file @
2693c56c
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:fillViewport=
"true"
android:fillViewport=
"true"
app:layout_constraintBottom_to
BottomOf=
"parent
"
app:layout_constraintBottom_to
TopOf=
"@id/bottom_bar
"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/top_nav"
>
app:layout_constraintTop_toBottomOf=
"@id/top_nav"
>
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:orientation=
"vertical"
android:paddingBottom=
"
32
dp"
>
android:paddingBottom=
"
15
dp"
>
<ImageView
<ImageView
android:id=
"@+id/image"
android:id=
"@+id/image"
...
@@ -315,4 +315,49 @@
...
@@ -315,4 +315,49 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
</ScrollView>
<LinearLayout
android:id=
"@+id/bottom_bar"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:gravity=
"center"
android:orientation=
"horizontal"
android:padding=
"20dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<Button
android:id=
"@+id/backButtonBot"
android:layout_width=
"0dp"
android:layout_height=
"64dp"
android:layout_weight=
"1"
android:layout_marginEnd=
"10dp"
android:backgroundTint=
"@color/white"
android:clickable=
"true"
android:elevation=
"20dp"
android:focusable=
"true"
android:text=
"Edit Issue"
android:textColor=
"@color/primary"
android:textSize=
"17sp"
app:cornerRadius=
"21dp"
app:strokeColor=
"@color/primary"
app:strokeWidth=
"1dp"
/>
<Button
android:id=
"@+id/confirm_button"
android:layout_width=
"0dp"
android:layout_height=
"64dp"
android:layout_weight=
"1"
android:backgroundTint=
"@color/half_yellow"
android:clickable=
"true"
android:elevation=
"20dp"
android:focusable=
"true"
android:text=
"Withdraw Issue"
android:textColor=
"@android:color/white"
android:textSize=
"17sp"
app:cornerRadius=
"21dp"
android:paddingHorizontal=
"30dp"
/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/values/colors.xml
View file @
2693c56c
...
@@ -13,10 +13,13 @@
...
@@ -13,10 +13,13 @@
<color
name=
"grey"
>
#6D6D6D
</color>
<color
name=
"grey"
>
#6D6D6D
</color>
<color
name=
"light_grey"
>
#EEEEEE
</color>
<color
name=
"light_grey"
>
#EEEEEE
</color>
<color
name=
"yellow"
>
#E4C212
</color>
<color
name=
"yellow"
>
#E4C212
</color>
<color
name=
"half_yellow"
>
#4DE4C212
</color>
<color
name=
"blue"
>
#2952D6
</color>
<color
name=
"blue"
>
#2952D6
</color>
<color
name=
"red"
>
#F14915
</color>
<color
name=
"red"
>
#F14915
</color>
<color
name=
"red_half"
>
#4DF14915
</color>
<color
name=
"green"
>
#008000
</color>
<color
name=
"green"
>
#008000
</color>
<color
name=
"half_green"
>
#4D008000
</color>
...
...
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