• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. WolfSpyryt

    png as Ambient Background Not Showing

    I am attempting to use bdg.png as an ambient background. Can anybody assist me with it not showing? Thank you in advance for any help. import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import...
  2. WolfSpyryt

    How Do I Rotate Shadows Offset from Center Wear OS Project

    I have an Android Wear OS watch project. It has 3 watch hands(.png) and 3 watch hand shadows(.png) images. It all works except I need to define an offset center point for the shadow images, and for that center point to be fixed. I need each of the shadows to have a seperate center point. When...