Compare commits

...

2 Commits

Author SHA1 Message Date
adbenitez 0974655366 update build.gradle 2024-10-27 06:58:30 +01:00
adbenitez 9675c419ac add some margin at the bottom of the new "show full message" buttons 2024-10-27 06:57:25 +01:00
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 30000693
versionName "1.48.1"
versionCode 30000694
versionName "1.48.2"
applicationId "chat.delta.lite"
multiDexEnabled true
@@ -187,6 +187,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/message_bubble_horizontal_padding"
android:layout_marginRight="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_collapsed_footer_padding"
android:padding="@dimen/message_bubble_showmore_padding"
android:minHeight="1dp"
android:minWidth="0dp"
@@ -165,6 +165,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/message_bubble_horizontal_padding"
android:layout_marginRight="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_collapsed_footer_padding"
android:padding="@dimen/message_bubble_showmore_padding"
android:minHeight="1dp"
android:minWidth="0dp"