Skip to content

Commit

Permalink
comments style change
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Jan 3, 2025
1 parent 9e0d9c6 commit 6862802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<color name="live_chat_bg">#90000000</color>
<color name="live_chat_bg_pressed">#52C2DCF2</color>
<color name="comments_bg">#303030</color>
<color name="comments_bg_pressed">#903E3E3E</color>
<color name="comments_bg_pressed">#25C2DCF2</color>
<color name="semi_grey">#64282828</color>
<color name="grey">#282828</color>
<color name="dimming">#D0000000</color>
Expand Down
6 changes: 3 additions & 3 deletions smarttubetv/src/main/res/layout/chat_preference_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
app:incomingBubblePaddingBottom="0sp"
app:incomingAvatarWidth="30dp"
app:incomingAvatarHeight="30dp"
app:incomingDefaultBubbleColor="@color/live_chat_bg"
app:incomingDefaultBubbleSelectedColor="@color/live_chat_bg_pressed"
app:incomingDefaultBubblePressedColor="@color/live_chat_bg_pressed"
app:incomingDefaultBubbleColor="@color/comments_bg"
app:incomingDefaultBubbleSelectedColor="@color/comments_bg_pressed"
app:incomingDefaultBubblePressedColor="@color/comments_bg_pressed"
app:incomingTextColor="@color/white"
/>

Expand Down

0 comments on commit 6862802

Please sign in to comment.