Add background color and icon when swiping.
This commit is contained in:
committed by
Jannis Mattheis
parent
5fa5711f36
commit
5905e84d13
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user