mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Improved chat bubbles & text color in dark mode
This commit is contained in:
parent
4d190cabdd
commit
cbaf7673f5
3 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:text="@{model.avatarModel.name, default=`John Doe`}"
|
||||
android:textColor="?attr/color_main2_700"
|
||||
android:textColor="?attr/color_main2_800"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:visibility="@{!model.isFromGroup ? View.GONE: model.groupedWithPreviousMessage ? View.GONE : View.VISIBLE}"
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@{model.text, default=`Lorem ipsum dolor sit amet`}"
|
||||
android:textSize="14sp"
|
||||
android:textColor="?attr/color_main2_700"
|
||||
android:textColor="?attr/color_main2_800"
|
||||
android:gravity="center_vertical|start"
|
||||
android:visibility="@{model.text.length() > 0 ? View.VISIBLE : View.GONE}"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@{model.text, default=`Lorem ipsum dolor sit amet`}"
|
||||
android:textSize="14sp"
|
||||
android:textColor="?attr/color_main2_700"
|
||||
android:textColor="?attr/color_main2_800"
|
||||
android:gravity="center_vertical|start"
|
||||
android:visibility="@{model.text.length() > 0 ? View.VISIBLE : View.GONE}"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<color name="orange_main_300">#FFB266</color>
|
||||
<color name="orange_main_500">#FF5E00</color>
|
||||
<color name="orange_main_700">#B72D00</color>
|
||||
<color name="orange_main_900">#662600</color>
|
||||
<color name="orange_main_900">#7F2F00</color>
|
||||
|
||||
<color name="gray_main2_100">#EEF6F8</color>
|
||||
<color name="gray_main2_200">#DFECF2</color>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue