taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

side_nav_bar.xml (277B)


      1 <shape xmlns:android="http://schemas.android.com/apk/res/android"
      2     android:shape="rectangle">
      3     <gradient
      4         android:angle="-45"
      5         android:endColor="@color/colorTertiary"
      6         android:startColor="@color/colorPrimary"
      7         android:type="linear" />
      8 </shape>