diff options
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/Thumbs.db | bin | 0 -> 26624 bytes | |||
-rw-r--r-- | app/src/main/res/drawable/bai_banner.png | bin | 0 -> 41530 bytes | |||
-rw-r--r-- | app/src/main/res/drawable/bai_logo.png | bin | 0 -> 18807 bytes | |||
-rw-r--r-- | app/src/main/res/drawable/bai_mona.png | bin | 0 -> 14125 bytes | |||
-rw-r--r-- | app/src/main/res/drawable/blank.png | bin | 0 -> 2792 bytes | |||
-rw-r--r-- | app/src/main/res/drawable/side_nav_bar.xml | 8 |
6 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/Thumbs.db b/app/src/main/res/drawable/Thumbs.db Binary files differnew file mode 100644 index 0000000..07c6d5a --- /dev/null +++ b/app/src/main/res/drawable/Thumbs.db diff --git a/app/src/main/res/drawable/bai_banner.png b/app/src/main/res/drawable/bai_banner.png Binary files differnew file mode 100644 index 0000000..d919b2f --- /dev/null +++ b/app/src/main/res/drawable/bai_banner.png diff --git a/app/src/main/res/drawable/bai_logo.png b/app/src/main/res/drawable/bai_logo.png Binary files differnew file mode 100644 index 0000000..a1bf494 --- /dev/null +++ b/app/src/main/res/drawable/bai_logo.png diff --git a/app/src/main/res/drawable/bai_mona.png b/app/src/main/res/drawable/bai_mona.png Binary files differnew file mode 100644 index 0000000..b583466 --- /dev/null +++ b/app/src/main/res/drawable/bai_mona.png diff --git a/app/src/main/res/drawable/blank.png b/app/src/main/res/drawable/blank.png Binary files differnew file mode 100644 index 0000000..874fc75 --- /dev/null +++ b/app/src/main/res/drawable/blank.png diff --git a/app/src/main/res/drawable/side_nav_bar.xml b/app/src/main/res/drawable/side_nav_bar.xml new file mode 100644 index 0000000..73fe2d2 --- /dev/null +++ b/app/src/main/res/drawable/side_nav_bar.xml @@ -0,0 +1,8 @@ +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <gradient + android:angle="90" + android:endColor="@color/colorPrimaryDark" + android:startColor="@color/colorPrimary" + android:type="linear" /> +</shape>
\ No newline at end of file |