Makes the toolbar shadow visible for pre-Lollipop android versions and fixes a crash when deleting a draft with no media attached.

This commit is contained in:
Vavassor 2017-07-15 03:10:55 -04:00
commit f37bb694f1
17 changed files with 190 additions and 203 deletions

View file

@ -16,8 +16,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_marginBottom="8dp"
android:background="@android:color/transparent"
android:elevation="4dp" />
android:background="@android:color/transparent" />
<LinearLayout
android:id="@+id/compose_content_warning_bar"