Replaced the regex gunk in the composer with something more readable and more reliable.
Also, put in a fix for a crash related to failing while loading the vector image for the media picker button.
This commit is contained in:
parent
22a2a31afe
commit
f14973a6d4
6 changed files with 54 additions and 46 deletions
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:drawable="@drawable/ic_media" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/ic_media_disabled" />
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue