我正在做一个游戏应用程序。在那个应用程序中,一枚硬币必须在视图中移动。但我不知道该怎么做。
我的代码是:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<gradient
android:angle="135"
android:centerColor="#C4A5A5"
android:endColor="#875050"
android:startColor="#875050" />
<stroke
android:width="1dp"
android:color="#781A1A"
/>
</shape>
我的用户界面是:
我想通过这些图像移动硬币。