Android- animation of graphics, images and animation to realize image gradient, scaling, displacement and rotation

From , 2 Years ago, written in Java, viewed 240 times.
URL https://pastebin.vip/view/26ff6f4c
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AbsoluteLayout
  3.         android:layout_width="fill_parent"
  4.         android:layout_height="fill_parent"
  5.         xmlns:android="http://schemas.android.com/apk/res/android">
  6.         android:id="@+id/button_scale"
  7.         android:layout_width="wrap_content"
  8.         android:layout_height="wrap_content"
  9.         android:text="scale"
  10.         android:layout_x="5dp"
  11.         android:layout_y="383dp" />
  12.         android:id="@+id/button_rotate"
  13.         android:layout_width="wrap_content"
  14.         android:layout_height="wrap_content"
  15.         android:text="rotate"
  16.         android:layout_x="158dp"
  17.         android:layout_y="383dp" />
  18.         android:id="@+id/button_alpha"
  19.         android:layout_width="wrap_content"
  20.         android:layout_height="wrap_content"
  21.         android:text="alpha"
  22.         android:layout_x="5dp"
  23.         android:layout_y="331dp" />
  24.         android:id="@+id/button_translate"
  25.         android:layout_width="wrap_content"
  26.         android:layout_height="wrap_content"
  27.         android:text="translate"
  28.         android:layout_x="160dp"
  29.         android:layout_y="329dp" />
  30.         android:id="@+id/button_alpha_translate"
  31.         android:layout_width="wrap_content"
  32.         android:layout_height="wrap_content"
  33.         android:text="alpha_translate"
  34.         android:layout_x="84dp"
  35.         android:layout_y="265dp" />
  36.  
  37. <ImageView
  38.         android:id="@+id/imageview"
  39.         android:layout_width="wrap_content"
  40.         android:layout_height="wrap_content"
  41.         android:layout_x="105dp"
  42.         android:layout_y="133dp"
  43.         android:src="@drawable/ic_launcher"
  44.         />
  45. </AbsoluteLayout>
  46.  
  47.  
  48. //java/6596

Reply to "Android- animation of graphics, images and animation to realize image gradient, scaling, displacement and rotation"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website