Skip to content

Commit

Permalink
Merge pull request #772 from salemove/release/2.1.3
Browse files Browse the repository at this point in the history
Release/2.1.3
  • Loading branch information
andrews-moc authored Sep 18, 2023
2 parents d9db1d7 + c46970a commit 379c036
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 23 deletions.
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Sep 13 09:12:22 UTC 2023
#Fri Sep 15 15:25:22 UTC 2023
dependency.coreSdk.version=1.1.2
widgets.versionCode=70
widgets.versionName=2.1.2
widgets.versionCode=71
widgets.versionName=2.1.3
3 changes: 2 additions & 1 deletion widgetssdk/src/main/res/layout/chat_gva_gallery_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:orientation="vertical"
android:paddingTop="@dimen/glia_large"
android:paddingHorizontal="@dimen/glia_large"
android:background="@drawable/bg_message">
android:background="@drawable/bg_message"
android:backgroundTint="?attr/gliaSystemAgentBubbleColor">

<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/image"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_marginTop="@dimen/glia_medium"
android:background="@drawable/bg_message">
android:background="@drawable/bg_message"
android:backgroundTint="?attr/gliaSystemAgentBubbleColor">

<TextView
android:id="@+id/message"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 379c036

Please sign in to comment.