Lint: change marginRight to marginEnd

master
Daniele Gobbetti 2017-04-03 21:03:31 +02:00
parent 96a49f0b7a
commit 0573939c9e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
app:elevation="6dp"
app:pressedTranslationZ="12dp"
android:layout_marginBottom="30dp"
android:layout_marginRight="10dp"/>
android:layout_marginEnd="10dp" />
</android.support.design.widget.CoordinatorLayout>