Newer
Older
MonCalc / app / src / main / res / drawable / shadow.xml
KeijuMatsumoto on 5 Nov 2017 260 bytes [add] Tab shadow
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <gradient
  4. android:angle="90"
  5. android:endColor="#33000000"
  6. android:startColor="@android:color/transparent"></gradient>
  7. </shape>