Revert change that causes Xabber to crash when text selected (Fix: #384)

Note: this does not affect the red color of the action bar unless when
text is selected.
parent 61127552
......@@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:top="-2dp" android:left="-2dp" android:right="-2dp">
<shape android:shape="rectangle">
<solid android:color="?attr/colorPrimary"/>
<solid android:color="@color/primary_material_dark"/>
</shape>
</item>
</layer-list>
\ No newline at end of file
</layer-list>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment