diff options
author | Iván Ávalos <avalos@disroot.org> | 2023-05-20 11:10:24 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2023-05-20 11:12:14 -0600 |
commit | 3a3af285a7460a7e2f6850b9a8dd7465492163f6 (patch) | |
tree | 2a6b3bf80e0f54df85e552b5a0eec2bddf30daf2 /android/app/src/main/res/drawable | |
download | linkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.tar.gz linkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.tar.bz2 linkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.zip |
Primer commit
Diffstat (limited to 'android/app/src/main/res/drawable')
-rw-r--r-- | android/app/src/main/res/drawable/launch_background.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml new file mode 100644 index 0000000..304732f --- /dev/null +++ b/android/app/src/main/res/drawable/launch_background.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Modify this file to customize your launch splash screen --> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@android:color/white" /> + + <!-- You can insert your own image assets here --> + <!-- <item> + <bitmap + android:gravity="center" + android:src="@mipmap/launch_image" /> + </item> --> +</layer-list> |