Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <com.google.android.material.floatingactionbutton.FloatingActionButton
  2. android:id="@+id/imageViewMyLocationButton"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:elevation="@dimen/d2"
  6. app:rippleColor="@color/ripple"
  7. app:srcCompat="@drawable/ic_baseline_gps_fixed"
  8. app:tint="@color/colorPrimary"
  9. app:backgroundTint="@color/white"
  10. android:layout_above="@id/search_next"
  11. android:layout_alignRight="@id/search_next"
  12. android:layout_marginRight="-6dp"
  13. android:layout_marginBottom="@dimen/d2"
  14. tools:targetApi="lollipop"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement