Remove double elevation in tag editor (#265)

* Remove double elevation in tag editor

* Change elevation in XML instead of Java class
This commit is contained in:
DVDAndroid 2017-09-03 16:38:15 +02:00 committed by Eugene Cheung
commit 571e87f9b6

View file

@ -182,6 +182,7 @@
android:id="@+id/toolbar"
style="@style/Toolbar"
android:layout_gravity="start|left"
android:elevation="0dp"
android:background="#00000000"
tools:ignore="RtlHardcoded" />