mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:08:26 +00:00
Fix 'indicator tab' coloring
Was previously white-on-near-white // FREEBIE
This commit is contained in:
parent
39fd1e8f46
commit
48f6c2c526
@ -5,7 +5,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="?conversation_item_background" >
|
||||
android:background="?conversation_item_background">
|
||||
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -189,7 +189,7 @@
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginTop="-2dp"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?conversation_sent_text_secondary_color"
|
||||
android:textColor="?conversation_sent_text_indicator_tab_color"
|
||||
android:background="?conversation_item_sent_indicator_text_background"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
<attr name="conversation_group_member_name" format="reference|color"/>
|
||||
<attr name="conversation_sent_text_primary_color" format="reference|color"/>
|
||||
<attr name="conversation_sent_text_secondary_color" format="reference|color"/>
|
||||
<attr name="conversation_sent_text_indicator_tab_color" format="reference|color"/>
|
||||
<attr name="conversation_received_card_background" format="reference|color"/>
|
||||
<attr name="conversation_received_text_primary_color" format="reference|color"/>
|
||||
<attr name="conversation_received_text_secondary_color" format="reference|color"/>
|
||||
|
@ -32,6 +32,7 @@
|
||||
<item name="conversation_group_member_name">#99000000</item>
|
||||
<item name="conversation_sent_text_primary_color">#ffffffff</item>
|
||||
<item name="conversation_sent_text_secondary_color">#bbffffff</item>
|
||||
<item name="conversation_sent_text_indicator_tab_color">#99000000</item>
|
||||
<item name="conversation_received_text_primary_color">#ff333333</item>
|
||||
<item name="conversation_received_text_secondary_color">#99333333</item>
|
||||
|
||||
@ -116,6 +117,7 @@
|
||||
<item name="conversation_group_member_name">#99ffffff</item>
|
||||
<item name="conversation_sent_text_primary_color">#ffffffff</item>
|
||||
<item name="conversation_sent_text_secondary_color">#aaeeeeee</item>
|
||||
<item name="conversation_sent_text_indicator_tab_color">#99ffffff</item>
|
||||
<item name="conversation_received_text_primary_color">#ffeeeeee</item>
|
||||
<item name="conversation_received_text_secondary_color">#44eeeeee</item>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user