Commit 0026a588 authored by Grigory Fedorov's avatar Grigory Fedorov

Merge pull request #388 from aelmahmoudy/fix_select_crash

Revert change that causes Xabber to crash when text selected (Fix: #384)
parents 61127552 20d3b639
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:top="-2dp" android:left="-2dp" android:right="-2dp"> <item android:top="-2dp" android:left="-2dp" android:right="-2dp">
<shape android:shape="rectangle"> <shape android:shape="rectangle">
<solid android:color="?attr/colorPrimary"/> <solid android:color="@color/primary_material_dark"/>
</shape> </shape>
</item> </item>
</layer-list> </layer-list>
\ No newline at end of file
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