Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-android
Commits
9097a6ef
Commit
9097a6ef
authored
Dec 02, 2022
by
Amirhossein Naghshzan
Browse files
conversation: fix TV status icon
Change-Id: I3d2d0884de78f4be74f4961140728124600a809c
parent
f9077364
Changes
4
Hide whitespace changes
Inline
Side-by-side
ring-android/app/src/main/res/layout/item_conv_audio_me_tv.xml
View file @
9097a6ef
...
...
@@ -50,15 +50,14 @@
android:clipChildren=
"false"
android:clipToPadding=
"false"
>
<
Image
View
<
cx.ring.views.MessageStatus
View
android:id=
"@+id/status_icon"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_alignBottom=
"@id/audioInfoLayout"
android:layout_alignParentEnd=
"true"
android:layout_marginEnd=
"5dp"
android:tint=
"@color/grey_500"
android:src=
"@drawable/round_check_circle_24"
/>
android:tint=
"@color/grey_500"
/>
<TextView
android:id=
"@+id/file_details_txt"
...
...
ring-android/app/src/main/res/layout/item_conv_file_me_tv.xml
View file @
9097a6ef
...
...
@@ -147,15 +147,14 @@
</LinearLayout>
<
Image
View
<
cx.ring.views.MessageStatus
View
android:id=
"@+id/status_icon"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_alignBottom=
"@id/fileInfoLayout"
android:layout_alignParentEnd=
"true"
android:layout_marginEnd=
"5dp"
android:tint=
"@color/grey_500"
android:src=
"@drawable/round_check_circle_24"
/>
android:tint=
"@color/grey_500"
/>
</RelativeLayout>
...
...
ring-android/app/src/main/res/layout/item_conv_image_me_tv.xml
View file @
9097a6ef
...
...
@@ -65,14 +65,13 @@
android:clipToPadding=
"false"
android:clipChildren=
"false"
>
<
Image
View
<
cx.ring.views.MessageStatus
View
android:id=
"@+id/status_icon"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_alignBottom=
"@id/imageLayout"
android:layout_alignParentEnd=
"true"
android:layout_marginEnd=
"5dp"
android:src=
"@drawable/round_check_circle_24"
app:tint=
"@color/grey_500"
/>
<TextView
...
...
ring-android/app/src/main/res/layout/item_conv_msg_me_tv.xml
View file @
9097a6ef
...
...
@@ -65,15 +65,14 @@ along with this program; if not, write to the Free Software
android:clipToPadding=
"false"
android:clipChildren=
"false"
>
<
Image
View
<
cx.ring.views.MessageStatus
View
android:id=
"@+id/status_icon"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_alignBottom=
"@id/msg_txt"
android:layout_alignParentEnd=
"true"
android:layout_marginEnd=
"5dp"
android:tint=
"@color/grey_500"
android:src=
"@drawable/round_check_circle_24"
/>
android:tint=
"@color/grey_500"
/>
<TextView
android:id=
"@+id/msg_txt"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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