_
This commit is contained in:
parent
915ea6115c
commit
bc03d7fbdf
@ -5,7 +5,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:backgroundTint="#22FFFFFF"
|
||||
android:backgroundTint="?attr/messageBackground"
|
||||
card_view:cardCornerRadius="6dp"
|
||||
card_view:cardElevation="0dp">
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
<item name="infoFragmentGradientEndColor" >@color/infoFragmentGradientEndColor</item>
|
||||
|
||||
<item name="fileViewBackgroundColor">@color/fileViewBackgroundColor</item>
|
||||
<item name="messageBackground"></item>
|
||||
<item name="messageBackground">@color/messageBackgroundColor</item>
|
||||
|
||||
<item name="debugFragmentBackground" >@color/debugFragmentBg</item>
|
||||
|
||||
@ -128,7 +128,7 @@
|
||||
<item name="infoFragmentGradientEndColor" >@color/infoFragmentGradientEndColorDark</item>
|
||||
|
||||
<item name="fileViewBackgroundColor">@color/fileViewBackgroundColorDark</item>
|
||||
<item name="messageBackground"></item>
|
||||
<item name="messageBackground">@color/messageBackgroundColorDark</item>
|
||||
|
||||
<item name="debugFragmentBackground" >@color/debugFragmentBgDark</item>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user