Newer
Older
MonCalc / app / src / main / res / layout / move_overlay.xml
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="@dimen/move_button_size"
  4. android:layout_height="@dimen/move_button_size">
  5.  
  6. <ImageView
  7. android:id="@+id/move_button"
  8. android:layout_width="@dimen/move_button_size"
  9. android:layout_height="@dimen/move_button_size"
  10. android:adjustViewBounds="true"
  11. android:alpha="0.7"
  12. android:src="@drawable/move_button" />
  13.  
  14. </android.support.constraint.ConstraintLayout>