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
|
@ -14,8 +14,9 @@
|
|||
<ImageButton
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
app:srcCompat="@drawable/media_selector"
|
||||
app:srcCompat="@drawable/ic_media"
|
||||
style="?attr/image_button_style"
|
||||
android:tint="?attr/compose_media_button_tint"
|
||||
android:id="@+id/compose_photo_pick"
|
||||
android:layout_marginLeft="8dp" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue