hnyy_game_float_menu_bg.xml 422 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <solid android:color="@color/hnyy_white"/>
  4. <stroke
  5. android:width="1px"
  6. android:color="@color/hnyy_green_line"/>
  7. <corners
  8. android:bottomLeftRadius="50dp"
  9. android:bottomRightRadius="50dp"
  10. android:topLeftRadius="50dp"
  11. android:topRightRadius="50dp"/>
  12. </shape>