panel_help_bg.xml 434 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <!-- Bottom 3dp Shadow -->
  4. <item>
  5. <shape android:shape="rectangle">
  6. <solid android:color="#C7C6C5" />
  7. </shape>
  8. </item>
  9. <!-- White Top color -->
  10. <item android:bottom="2px" android:top="2px">
  11. <shape android:shape="rectangle">
  12. <solid android:color="@color/bright_grey" />
  13. </shape>
  14. </item>
  15. </layer-list>