mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 02:09:20 +00:00
Merge branch 'fix/icon_padding' into 'release/6.2'
Fixed ephemeral messages clock icon padding See merge request BC/public/linphone-android!2392
This commit is contained in:
commit
2760e80d12
4 changed files with 3 additions and 4 deletions
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@
|
|||
android:layout_width="@dimen/small_icon_size"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="5dp"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingTop="2dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/clock_countdown"
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
android:layout_width="@dimen/small_icon_size"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="2dp"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingTop="2dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/clock_countdown"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ slidingpanelayout = "1.2.0"
|
|||
window = "1.5.1"
|
||||
gridlayout = "1.1.0"
|
||||
securityCryptoKtx = "1.1.0"
|
||||
navigation = "2.9.6"
|
||||
navigation = "2.9.7"
|
||||
emoji2 = "1.6.0"
|
||||
car = "1.7.0"
|
||||
flexbox = "3.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue