Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
05af78d5
Commit
05af78d5
authored
Oct 06, 2018
by
sshivam95
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Venter: change the position of up votes and comments in complaint card.
parent
ca4fe5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
app/src/main/res/layout/complaint_card.xml
app/src/main/res/layout/complaint_card.xml
+13
-13
No files found.
app/src/main/res/layout/complaint_card.xml
View file @
05af78d5
...
@@ -93,21 +93,22 @@
...
@@ -93,21 +93,22 @@
android:weightSum=
"2"
>
android:weightSum=
"2"
>
<ImageButton
<ImageButton
android:id=
"@+id/button
Comment
s"
android:id=
"@+id/button
Vote
s"
style=
"@style/Widget.AppCompat.Button.Borderless"
style=
"@style/Widget.AppCompat.Button.Borderless"
android:layout_width=
"10dp"
android:layout_width=
"10dp"
android:layout_height=
"40dp"
android:layout_height=
"40dp"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:src=
"@drawable/baseline_
comment
_24"
/>
android:src=
"@drawable/baseline_
arrow_upward
_24"
/>
<TextView
<TextView
android:id=
"@+id/text_
comment
s"
android:id=
"@+id/text_
vote
s"
android:layout_width=
"20dp"
android:layout_width=
"20dp"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center_vertical"
android:textColor=
"@color/secondaryTextColor"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:text=
"12"
/>
android:gravity=
"center_vertical"
android:text=
"23"
android:textColor=
"@color/secondaryTextColor"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
<LinearLayout
...
@@ -117,22 +118,21 @@
...
@@ -117,22 +118,21 @@
android:weightSum=
"2"
>
android:weightSum=
"2"
>
<ImageButton
<ImageButton
android:id=
"@+id/button
Vote
s"
android:id=
"@+id/button
Comment
s"
style=
"@style/Widget.AppCompat.Button.Borderless"
style=
"@style/Widget.AppCompat.Button.Borderless"
android:layout_width=
"10dp"
android:layout_width=
"10dp"
android:layout_height=
"40dp"
android:layout_height=
"40dp"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:src=
"@drawable/baseline_
arrow_upward
_24"
/>
android:src=
"@drawable/baseline_
comment
_24"
/>
<TextView
<TextView
android:id=
"@+id/text_
vote
s"
android:id=
"@+id/text_
comment
s"
android:layout_width=
"20dp"
android:layout_width=
"20dp"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:text
=
"23
"
android:text
Color=
"@color/secondaryTextColor
"
android:
textColor=
"@color/secondaryTextColor"
/>
android:
layout_weight=
"1"
android:text=
"12"
/>
</LinearLayout>
</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