diff options
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/divider.xml | 20 | ||||
-rw-r--r-- | res/drawable/ic_chevron_left_dark.xml | 11 | ||||
-rw-r--r-- | res/drawable/ic_chevron_left_wht.xml | 11 | ||||
-rw-r--r-- | res/drawable/ic_chevron_right_dark.xml | 11 | ||||
-rw-r--r-- | res/drawable/ic_chevron_right_wht.xml | 11 | ||||
-rw-r--r-- | res/drawable/ic_signal_0.xml | 25 | ||||
-rw-r--r-- | res/drawable/ic_signal_1.xml | 28 | ||||
-rw-r--r-- | res/drawable/ic_signal_2.xml | 28 | ||||
-rw-r--r-- | res/drawable/ic_signal_3.xml | 28 | ||||
-rw-r--r-- | res/drawable/ic_signal_4.xml | 25 | ||||
-rw-r--r-- | res/drawable/ic_signal_no_signal.xml | 25 |
11 files changed, 223 insertions, 0 deletions
diff --git a/res/drawable/divider.xml b/res/drawable/divider.xml new file mode 100644 index 0000000..fb38c5b --- /dev/null +++ b/res/drawable/divider.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2015 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<shape xmlns:android="http://schemas.android.com/apk/res/android" > + <solid android:color="@color/divider" /> + <size android:width="316dp" android:height="1dp"/> +</shape>
\ No newline at end of file diff --git a/res/drawable/ic_chevron_left_dark.xml b/res/drawable/ic_chevron_left_dark.xml new file mode 100644 index 0000000..11079af --- /dev/null +++ b/res/drawable/ic_chevron_left_dark.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="@color/primary_text" + android:pathData="M15.41,7.41L14,6l-6,6l6,6l1.41-1.41L10.83,12L15.41,7.41Z" /> +</vector> diff --git a/res/drawable/ic_chevron_left_wht.xml b/res/drawable/ic_chevron_left_wht.xml new file mode 100644 index 0000000..b51cb23 --- /dev/null +++ b/res/drawable/ic_chevron_left_wht.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="@color/white" + android:pathData="M15.41,7.41L14,6l-6,6l6,6l1.41-1.41L10.83,12L15.41,7.41Z" /> +</vector> diff --git a/res/drawable/ic_chevron_right_dark.xml b/res/drawable/ic_chevron_right_dark.xml new file mode 100644 index 0000000..b322811 --- /dev/null +++ b/res/drawable/ic_chevron_right_dark.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="@color/primary_text" + android:pathData="M10,6L8.59,7.41L13.17,12l-4.58,4.59L10,18l6-6L10,6Z" /> +</vector> diff --git a/res/drawable/ic_chevron_right_wht.xml b/res/drawable/ic_chevron_right_wht.xml new file mode 100644 index 0000000..95b8160 --- /dev/null +++ b/res/drawable/ic_chevron_right_wht.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="@color/white" + android:pathData="M10,6L8.59,7.41L13.17,12l-4.58,4.59L10,18l6-6L10,6Z" /> +</vector> diff --git a/res/drawable/ic_signal_0.xml b/res/drawable/ic_signal_0.xml new file mode 100644 index 0000000..2c93a12 --- /dev/null +++ b/res/drawable/ic_signal_0.xml @@ -0,0 +1,25 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FFFFFF" + android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/> +</vector> diff --git a/res/drawable/ic_signal_1.xml b/res/drawable/ic_signal_1.xml new file mode 100644 index 0000000..a797951 --- /dev/null +++ b/res/drawable/ic_signal_1.xml @@ -0,0 +1,28 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FFFFFF" + android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/> + <path + android:fillColor="@color/accent" + android:pathData="M11.300000,12.700000l-9.300000,9.300000 9.300000,0.000000z"/> +</vector> diff --git a/res/drawable/ic_signal_2.xml b/res/drawable/ic_signal_2.xml new file mode 100644 index 0000000..f7f8b96 --- /dev/null +++ b/res/drawable/ic_signal_2.xml @@ -0,0 +1,28 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FFFFFF" + android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/> + <path + android:fillColor="@color/accent" + android:pathData="M14.000000,10.000000l-12.000000,12.000000 12.000000,0.000000z"/> +</vector> diff --git a/res/drawable/ic_signal_3.xml b/res/drawable/ic_signal_3.xml new file mode 100644 index 0000000..a5abaae --- /dev/null +++ b/res/drawable/ic_signal_3.xml @@ -0,0 +1,28 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FFFFFF" + android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/> + <path + android:fillColor="@color/accent" + android:pathData="M16.700001,7.300000l-14.700001,14.700000 14.700001,0.000000z"/> +</vector> diff --git a/res/drawable/ic_signal_4.xml b/res/drawable/ic_signal_4.xml new file mode 100644 index 0000000..fb2ada0 --- /dev/null +++ b/res/drawable/ic_signal_4.xml @@ -0,0 +1,25 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="@color/accent" + android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/> +</vector> diff --git a/res/drawable/ic_signal_no_signal.xml b/res/drawable/ic_signal_no_signal.xml new file mode 100644 index 0000000..98f15be --- /dev/null +++ b/res/drawable/ic_signal_no_signal.xml @@ -0,0 +1,25 @@ +<!-- +Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FFFFFF" + android:pathData="M2.000000,22.000000l20.000000,0.000000L22.000000,2.000000L2.000000,22.000000zM20.000000,20.000000L6.800000,20.000000L20.000000,6.800000L20.000000,20.000000z"/> +</vector> |