Add background color and icon when swiping.

This commit is contained in:
leopoldsedev
2020-02-10 22:02:26 +01:00
committed by Jannis Mattheis
parent 5fa5711f36
commit 5905e84d13
3 changed files with 79 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp">
android:padding="10dp"
android:background="?android:colorBackground">
<TextView
android:id="@+id/message_date"

View File

@@ -4,4 +4,6 @@
<color name="colorPrimaryDark">#3867d6</color>
<color name="colorAccent">#1c49b4</color>
<color name="icons">#434343</color>
<color name="swipeBackground">#E91E1E</color>
<color name="swipeIcon">#FFFFFF</color>
</resources>