diff options
author | Arne Schwabe <arne@rfc2549.org> | 2019-08-02 12:50:57 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-08-05 16:01:34 +0200 |
commit | 32b080261845c7508581f9c452d48ffd2401c450 (patch) | |
tree | 76d194fedd0ec9e9250a96b4157aa32b3eead627 /main/src/ui/res/drawable | |
parent | f72ab87b31044eb5df3a8b6ed802208444d226e3 (diff) |
Add skeleton build variant
Diffstat (limited to 'main/src/ui/res/drawable')
-rw-r--r-- | main/src/ui/res/drawable/bg_rect_round.xml | 12 | ||||
-rw-r--r-- | main/src/ui/res/drawable/bg_switchbar.xml | 9 | ||||
-rw-r--r-- | main/src/ui/res/drawable/bg_tabs.xml | 9 | ||||
-rw-r--r-- | main/src/ui/res/drawable/ic_shortcut_cancel.xml | 21 | ||||
-rw-r--r-- | main/src/ui/res/drawable/ic_shortcut_vpn_key.xml | 21 | ||||
-rw-r--r-- | main/src/ui/res/drawable/oval_ripple.xml | 15 | ||||
-rw-r--r-- | main/src/ui/res/drawable/slidingtab_background.xml | 13 | ||||
-rw-r--r-- | main/src/ui/res/drawable/white_rect.xml | 10 |
8 files changed, 110 insertions, 0 deletions
diff --git a/main/src/ui/res/drawable/bg_rect_round.xml b/main/src/ui/res/drawable/bg_rect_round.xml new file mode 100644 index 00000000..2c24c090 --- /dev/null +++ b/main/src/ui/res/drawable/bg_rect_round.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="@android:color/background_light" /> + + <corners android:radius="10dp" /> + +</shape>
\ No newline at end of file diff --git a/main/src/ui/res/drawable/bg_switchbar.xml b/main/src/ui/res/drawable/bg_switchbar.xml new file mode 100644 index 00000000..7af57ad3 --- /dev/null +++ b/main/src/ui/res/drawable/bg_switchbar.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="@color/switchbar" /> +</shape>
\ No newline at end of file diff --git a/main/src/ui/res/drawable/bg_tabs.xml b/main/src/ui/res/drawable/bg_tabs.xml new file mode 100644 index 00000000..8b859535 --- /dev/null +++ b/main/src/ui/res/drawable/bg_tabs.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="@color/primary" /> +</shape>
\ No newline at end of file diff --git a/main/src/ui/res/drawable/ic_shortcut_cancel.xml b/main/src/ui/res/drawable/ic_shortcut_cancel.xml new file mode 100644 index 00000000..7fd187ae --- /dev/null +++ b/main/src/ui/res/drawable/ic_shortcut_cancel.xml @@ -0,0 +1,21 @@ +<!-- + ~ Copyright (c) 2012-2017 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="48dp" + android:height="48dp" + android:viewportWidth="48" + android:viewportHeight="48"> + <path + android:pathData="M24,24m-22,0a22,22 0,1 1,44 0a22,22 0,1 1,-44 0" + android:strokeColor="#00000000" + android:fillColor="#F5F5F5" + android:strokeWidth="1"/> + <path + android:pathData="M24,14C18.47,14 14,18.47 14,24C14,29.53 18.47,34 24,34C29.53,34 34,29.53 34,24C34,18.47 29.53,14 24,14L24,14ZM29,27.59L27.59,29L24,25.41L20.41,29L19,27.59L22.59,24L19,20.41L20.41,19L24,22.59L27.59,19L29,20.41L25.41,24L29,27.59L29,27.59Z" + android:strokeColor="#00000000" + android:fillColor="#3F51B5" + android:strokeWidth="1"/> +</vector> diff --git a/main/src/ui/res/drawable/ic_shortcut_vpn_key.xml b/main/src/ui/res/drawable/ic_shortcut_vpn_key.xml new file mode 100644 index 00000000..6d1c010a --- /dev/null +++ b/main/src/ui/res/drawable/ic_shortcut_vpn_key.xml @@ -0,0 +1,21 @@ +<!-- + ~ Copyright (c) 2012-2017 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="48dp" + android:height="48dp" + android:viewportWidth="48" + android:viewportHeight="48"> + <path + android:pathData="M24,24m-22,0a22,22 0,1 1,44 0a22,22 0,1 1,-44 0" + android:strokeColor="#00000000" + android:fillColor="#F5F5F5" + android:strokeWidth="1"/> + <path + android:pathData="M24.65,22C23.83,19.67 21.61,18 19,18C15.69,18 13,20.69 13,24C13,27.31 15.69,30 19,30C21.61,30 23.83,28.33 24.65,26L29,26L29,30L33,30L33,26L35,26L35,22L24.65,22L24.65,22ZM19,26C17.9,26 17,25.1 17,24C17,22.9 17.9,22 19,22C20.1,22 21,22.9 21,24C21,25.1 20.1,26 19,26L19,26Z" + android:strokeColor="#00000000" + android:fillColor="#3F51B5" + android:strokeWidth="1"/> +</vector> diff --git a/main/src/ui/res/drawable/oval_ripple.xml b/main/src/ui/res/drawable/oval_ripple.xml new file mode 100644 index 00000000..7d01f62d --- /dev/null +++ b/main/src/ui/res/drawable/oval_ripple.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<ripple xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:color="?android:colorControlHighlight" + tools:ignore="NewApi"> + <item> + <shape android:shape="oval"> + <solid android:color="?android:colorAccent" /> + </shape> + </item> +</ripple> diff --git a/main/src/ui/res/drawable/slidingtab_background.xml b/main/src/ui/res/drawable/slidingtab_background.xml new file mode 100644 index 00000000..e923489e --- /dev/null +++ b/main/src/ui/res/drawable/slidingtab_background.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime"> + + <item android:state_pressed="true" android:drawable="@color/background_tab_pressed" /> + <item android:state_focused="true" android:drawable="@color/background_tab_pressed"/> + <item android:drawable="@android:color/transparent"/> + +</selector>
\ No newline at end of file diff --git a/main/src/ui/res/drawable/white_rect.xml b/main/src/ui/res/drawable/white_rect.xml new file mode 100644 index 00000000..36df6913 --- /dev/null +++ b/main/src/ui/res/drawable/white_rect.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="@android:color/background_light" /> + +</shape>
\ No newline at end of file |