diff options
Diffstat (limited to 'res')
82 files changed, 1682 insertions, 0 deletions
diff --git a/res/anim/fadein.xml b/res/anim/fadein.xml new file mode 100644 index 0000000..6773402 --- /dev/null +++ b/res/anim/fadein.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <alpha android:fromAlpha="0.0" android:toAlpha="1.0" + android:interpolator="@android:anim/accelerate_interpolator" + android:duration="1000"/> +</set>
\ No newline at end of file diff --git a/res/anim/fadeout.xml b/res/anim/fadeout.xml new file mode 100644 index 0000000..1922a80 --- /dev/null +++ b/res/anim/fadeout.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <alpha android:fromAlpha="1.0" android:toAlpha="0.0" + android:interpolator="@android:anim/accelerate_interpolator" + android:duration="1000"/> +</set>
\ No newline at end of file diff --git a/res/anim/slide_left.xml b/res/anim/slide_left.xml new file mode 100644 index 0000000..fa15cc7 --- /dev/null +++ b/res/anim/slide_left.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<set> + <translate xmlns:android="http://schemas.android.com/apk/res/android" + android:fromXDelta="-100%" + android:toXDelta="0" + android:interpolator="@android:anim/decelerate_interpolator" + android:duration="500"/> +</set> diff --git a/res/anim/slide_right.xml b/res/anim/slide_right.xml new file mode 100644 index 0000000..849f0c8 --- /dev/null +++ b/res/anim/slide_right.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<set> + <translate xmlns:android="http://schemas.android.com/apk/res/android" + android:fromXDelta="0" + android:toXDelta="100%" + android:interpolator="@android:anim/decelerate_interpolator" + android:duration="500"/> +</set> diff --git a/res/drawable-hdpi/brand.png b/res/drawable-hdpi/brand.png Binary files differnew file mode 100755 index 0000000..df120af --- /dev/null +++ b/res/drawable-hdpi/brand.png diff --git a/res/drawable-hdpi/brand_finish.png b/res/drawable-hdpi/brand_finish.png Binary files differnew file mode 100755 index 0000000..5c126f5 --- /dev/null +++ b/res/drawable-hdpi/brand_finish.png diff --git a/res/drawable-hdpi/finish_logo.png b/res/drawable-hdpi/finish_logo.png Binary files differnew file mode 100755 index 0000000..5c126f5 --- /dev/null +++ b/res/drawable-hdpi/finish_logo.png diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png Binary files differnew file mode 100644 index 0000000..974c26b --- /dev/null +++ b/res/drawable-hdpi/icon.png diff --git a/res/drawable-hdpi/powered_by.png b/res/drawable-hdpi/powered_by.png Binary files differnew file mode 100755 index 0000000..4d3d289 --- /dev/null +++ b/res/drawable-hdpi/powered_by.png diff --git a/res/drawable-hdpi/sim_back.png b/res/drawable-hdpi/sim_back.png Binary files differnew file mode 100755 index 0000000..889ebbe --- /dev/null +++ b/res/drawable-hdpi/sim_back.png diff --git a/res/drawable-hdpi/sim_side.png b/res/drawable-hdpi/sim_side.png Binary files differnew file mode 100755 index 0000000..03b5363 --- /dev/null +++ b/res/drawable-hdpi/sim_side.png diff --git a/res/drawable-mdpi/brand.png b/res/drawable-mdpi/brand.png Binary files differnew file mode 100755 index 0000000..b1bb320 --- /dev/null +++ b/res/drawable-mdpi/brand.png diff --git a/res/drawable-mdpi/brand_finish.png b/res/drawable-mdpi/brand_finish.png Binary files differnew file mode 100755 index 0000000..06f1b56 --- /dev/null +++ b/res/drawable-mdpi/brand_finish.png diff --git a/res/drawable-mdpi/finish_logo.png b/res/drawable-mdpi/finish_logo.png Binary files differnew file mode 100755 index 0000000..06f1b56 --- /dev/null +++ b/res/drawable-mdpi/finish_logo.png diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png Binary files differnew file mode 100644 index 0000000..ae9b93d --- /dev/null +++ b/res/drawable-mdpi/icon.png diff --git a/res/drawable-mdpi/powered_by.png b/res/drawable-mdpi/powered_by.png Binary files differnew file mode 100755 index 0000000..7dc3ffc --- /dev/null +++ b/res/drawable-mdpi/powered_by.png diff --git a/res/drawable-mdpi/sim_back.png b/res/drawable-mdpi/sim_back.png Binary files differnew file mode 100755 index 0000000..027f71d --- /dev/null +++ b/res/drawable-mdpi/sim_back.png diff --git a/res/drawable-mdpi/sim_side.png b/res/drawable-mdpi/sim_side.png Binary files differnew file mode 100755 index 0000000..7353e7f --- /dev/null +++ b/res/drawable-mdpi/sim_side.png diff --git a/res/drawable-xhdpi/brand.png b/res/drawable-xhdpi/brand.png Binary files differnew file mode 100755 index 0000000..38f04c5 --- /dev/null +++ b/res/drawable-xhdpi/brand.png diff --git a/res/drawable-xhdpi/brand_finish.png b/res/drawable-xhdpi/brand_finish.png Binary files differnew file mode 100755 index 0000000..5569224 --- /dev/null +++ b/res/drawable-xhdpi/brand_finish.png diff --git a/res/drawable-xhdpi/finish_logo.png b/res/drawable-xhdpi/finish_logo.png Binary files differnew file mode 100755 index 0000000..5569224 --- /dev/null +++ b/res/drawable-xhdpi/finish_logo.png diff --git a/res/drawable-xhdpi/icon.png b/res/drawable-xhdpi/icon.png Binary files differnew file mode 100644 index 0000000..55bede3 --- /dev/null +++ b/res/drawable-xhdpi/icon.png diff --git a/res/drawable-xhdpi/powered_by.png b/res/drawable-xhdpi/powered_by.png Binary files differnew file mode 100755 index 0000000..21aa1c7 --- /dev/null +++ b/res/drawable-xhdpi/powered_by.png diff --git a/res/drawable-xhdpi/sim_back.png b/res/drawable-xhdpi/sim_back.png Binary files differnew file mode 100755 index 0000000..22a032c --- /dev/null +++ b/res/drawable-xhdpi/sim_back.png diff --git a/res/drawable-xhdpi/sim_side.png b/res/drawable-xhdpi/sim_side.png Binary files differnew file mode 100755 index 0000000..8cf1d31 --- /dev/null +++ b/res/drawable-xhdpi/sim_side.png diff --git a/res/drawable-xxhdpi/brand.png b/res/drawable-xxhdpi/brand.png Binary files differnew file mode 100755 index 0000000..fd370bb --- /dev/null +++ b/res/drawable-xxhdpi/brand.png diff --git a/res/drawable-xxhdpi/brand_finish.png b/res/drawable-xxhdpi/brand_finish.png Binary files differnew file mode 100755 index 0000000..367bcff --- /dev/null +++ b/res/drawable-xxhdpi/brand_finish.png diff --git a/res/drawable-xxhdpi/finish_logo.png b/res/drawable-xxhdpi/finish_logo.png Binary files differnew file mode 100755 index 0000000..367bcff --- /dev/null +++ b/res/drawable-xxhdpi/finish_logo.png diff --git a/res/drawable-xxhdpi/powered_by.png b/res/drawable-xxhdpi/powered_by.png Binary files differnew file mode 100755 index 0000000..5bc7625 --- /dev/null +++ b/res/drawable-xxhdpi/powered_by.png diff --git a/res/drawable-xxhdpi/sim_back.png b/res/drawable-xxhdpi/sim_back.png Binary files differnew file mode 100755 index 0000000..d6b7d8c --- /dev/null +++ b/res/drawable-xxhdpi/sim_back.png diff --git a/res/drawable-xxhdpi/sim_side.png b/res/drawable-xxhdpi/sim_side.png Binary files differnew file mode 100755 index 0000000..8f257f8 --- /dev/null +++ b/res/drawable-xxhdpi/sim_side.png diff --git a/res/drawable-xxxhdpi/brand.png b/res/drawable-xxxhdpi/brand.png Binary files differnew file mode 100755 index 0000000..37c6654 --- /dev/null +++ b/res/drawable-xxxhdpi/brand.png diff --git a/res/drawable-xxxhdpi/brand_finish.png b/res/drawable-xxxhdpi/brand_finish.png Binary files differnew file mode 100755 index 0000000..aef7cb7 --- /dev/null +++ b/res/drawable-xxxhdpi/brand_finish.png diff --git a/res/drawable-xxxhdpi/finish_logo.png b/res/drawable-xxxhdpi/finish_logo.png Binary files differnew file mode 100755 index 0000000..aef7cb7 --- /dev/null +++ b/res/drawable-xxxhdpi/finish_logo.png diff --git a/res/drawable-xxxhdpi/powered_by.png b/res/drawable-xxxhdpi/powered_by.png Binary files differnew file mode 100755 index 0000000..5bc7625 --- /dev/null +++ b/res/drawable-xxxhdpi/powered_by.png diff --git a/res/drawable-xxxhdpi/sim_back.png b/res/drawable-xxxhdpi/sim_back.png Binary files differnew file mode 100755 index 0000000..eedd9d4 --- /dev/null +++ b/res/drawable-xxxhdpi/sim_back.png diff --git a/res/drawable-xxxhdpi/sim_side.png b/res/drawable-xxxhdpi/sim_side.png Binary files differnew file mode 100755 index 0000000..a3c5957 --- /dev/null +++ b/res/drawable-xxxhdpi/sim_side.png 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> diff --git a/res/layout/button_bar.xml b/res/layout/button_bar.xml new file mode 100644 index 0000000..9a6f9fa --- /dev/null +++ b/res/layout/button_bar.xml @@ -0,0 +1,37 @@ +<?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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/button_bar" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> + + <Button + style="@style/ButtonBar.Left" + android:id="@+id/prev_button" + android:layout_width="0dp" + android:layout_weight="1" + android:text="@string/prev" /> + + <Button + style="@style/ButtonBar.Right" + android:id="@+id/next_button" + android:layout_width="0dp" + android:layout_weight="1" + android:text="@string/next" /> + +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/choose_data_sim_page.xml b/res/layout/choose_data_sim_page.xml new file mode 100644 index 0000000..95162d3 --- /dev/null +++ b/res/layout/choose_data_sim_page.xml @@ -0,0 +1,44 @@ +<?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. +--> +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + + <LinearLayout + android:id="@+id/page_view" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/PageSummaryText" + android:textSize="15sp" + android:paddingTop="@dimen/content_margin_top" + android:paddingLeft="@dimen/content_margin_left" + android:paddingRight="@dimen/content_margin_right" + android:paddingBottom="@dimen/summary_margin_bottom" + android:text="@string/choose_data_sim_summary" /> + + <include layout="@layout/divider" /> + + </LinearLayout> +</ScrollView> + + diff --git a/res/layout/data_sim_row.xml b/res/layout/data_sim_row.xml new file mode 100644 index 0000000..c75fd2d --- /dev/null +++ b/res/layout/data_sim_row.xml @@ -0,0 +1,51 @@ +<?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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/sim_row" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:gravity="center_vertical" + android:paddingLeft="@dimen/content_margin_left" + android:paddingRight="@dimen/data_switch_margin_right" + android:background="?android:attr/selectableItemBackground" + android:clickable="true"> + + <ImageView + android:id="@+id/signal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/ic_signal_0" /> + + <TextView + android:id="@+id/sim_title" + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:textSize="14sp" + android:layout_marginLeft="@dimen/carrier_text_margin_left" + android:maxLines="4" /> + + <CheckBox + android:id="@+id/enable_check" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:gravity="center_vertical" + android:duplicateParentState="true" + android:clickable="false"/> + +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/date_time_setup_custom_list_item_2.xml b/res/layout/date_time_setup_custom_list_item_2.xml new file mode 100644 index 0000000..69ef5c1 --- /dev/null +++ b/res/layout/date_time_setup_custom_list_item_2.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<!-- Based on simple_list_item_2.xml in framework --> +<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:mode="twoLine" + android:gravity="center_vertical"> + + <TextView + android:id="@android:id/text1" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="16dip" + style="@style/SpinnerItem" /> + + <TextView + android:id="@android:id/text2" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="10dip" + android:layout_below="@android:id/text1" + android:layout_alignStart="@android:id/text1" + android:fontFamily="sans-serif-medium" + style="@style/SpinnerItem" /> +</TwoLineListItem> diff --git a/res/layout/divider.xml b/res/layout/divider.xml new file mode 100644 index 0000000..770c74d --- /dev/null +++ b/res/layout/divider.xml @@ -0,0 +1,21 @@ +<?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. +--> +<ImageView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:scaleType="fitXY" + android:src="@drawable/divider" />
\ No newline at end of file diff --git a/res/layout/header.xml b/res/layout/header.xml new file mode 100644 index 0000000..2e76a08 --- /dev/null +++ b/res/layout/header.xml @@ -0,0 +1,26 @@ +<?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. +--> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="@dimen/header_height"> + + <TextView + android:layout_width="match_parent" + android:layout_height="@dimen/page_title_height" + style="@style/PageTitle" /> + +</RelativeLayout>
\ No newline at end of file diff --git a/res/layout/header_condensed.xml b/res/layout/header_condensed.xml new file mode 100644 index 0000000..c47062c --- /dev/null +++ b/res/layout/header_condensed.xml @@ -0,0 +1,26 @@ +<?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. +--> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="@dimen/page_title_height"> + + <TextView + android:layout_width="match_parent" + android:layout_height="@dimen/page_title_height" + style="@style/PageTitle" /> + +</RelativeLayout>
\ No newline at end of file diff --git a/res/layout/locale_picker.xml b/res/layout/locale_picker.xml new file mode 100644 index 0000000..6c943c5 --- /dev/null +++ b/res/layout/locale_picker.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2008, 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. +*/ +--> + +<merge xmlns:android="http://schemas.android.com/apk/res/android"> + + <ImageButton android:id="@+id/increment" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:paddingTop="22dip" + android:paddingBottom="22dip"/> + + <EditText + android:id="@+id/numberpicker_input" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceMediumInverse" + android:gravity="center" + android:singleLine="true" /> + + <ImageButton android:id="@+id/decrement" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:paddingTop="22dip" + android:paddingBottom="22dip"/> + +</merge> diff --git a/res/layout/locale_picker_item.xml b/res/layout/locale_picker_item.xml new file mode 100644 index 0000000..1beabd4 --- /dev/null +++ b/res/layout/locale_picker_item.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="horizontal" + android:layout_height="wrap_content" + android:layout_width="match_parent" + android:gravity="left" + android:paddingStart="16dp" + android:paddingTop="6dp" + android:paddingBottom="6dp" + android:paddingEnd="16dp"> + + <TextView + android:id="@+id/locale" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="left" + android:textAppearance="?android:attr/textAppearanceMedium"/> +</LinearLayout> diff --git a/res/layout/location_settings.xml b/res/layout/location_settings.xml new file mode 100644 index 0000000..393a180 --- /dev/null +++ b/res/layout/location_settings.xml @@ -0,0 +1,140 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + + <LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + style="@style/PageContent"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textSize="15sp" + android:layout_marginBottom="@dimen/summary_margin_bottom" + style="@style/PageSummaryText" + android:text="@string/location_services_summary" /> + + <LinearLayout + android:id="@+id/location" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="@dimen/location_margin_left" + android:layout_marginRight="@dimen/content_margin_right" + android:background="?android:attr/selectableItemBackground" + android:clickable="true"> + + + <CheckBox + android:id="@+id/location_checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="top" + android:layout_marginTop="5dp" + android:duplicateParentState="true" + android:clickable="false" /> + + <TextView + android:id="@+id/location_summary" + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:textSize="15sp" + android:gravity="top" + android:layout_marginLeft="@dimen/location_text_margin_left" + android:layout_marginRight="@dimen/location_text_margin_right" + android:paddingBottom="@dimen/content_margin_bottom" + android:text="@string/location_access_summary" + android:maxLines="5" /> + + </LinearLayout> + + <LinearLayout + android:id="@+id/gps" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="@dimen/location_margin_left" + android:layout_marginRight="@dimen/content_margin_right" + android:background="?android:attr/selectableItemBackground" + android:clickable="true"> + + <CheckBox + android:id="@+id/gps_checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="top" + android:layout_marginTop="5dp" + android:duplicateParentState="true" + android:clickable="false" /> + + + <TextView + android:id="@+id/gps_summary" + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:textSize="15sp" + android:gravity="top" + android:layout_marginLeft="@dimen/location_text_margin_left" + android:layout_marginRight="@dimen/location_text_margin_right" + android:paddingBottom="@dimen/content_margin_bottom" + android:text="@string/location_gps" + android:maxLines="5" /> + + </LinearLayout> + + <LinearLayout + android:id="@+id/network" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="@dimen/location_margin_left" + android:layout_marginRight="@dimen/content_margin_right" + android:background="?android:attr/selectableItemBackground" + android:clickable="true"> + + <CheckBox + android:id="@+id/network_checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="top" + android:layout_marginTop="5dp" + android:duplicateParentState="true" + android:clickable="false" /> + + <TextView + android:id="@+id/network_summary" + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:textSize="15sp" + android:gravity="top" + android:layout_marginLeft="@dimen/location_text_margin_left" + android:layout_marginRight="@dimen/location_text_margin_right" + android:paddingBottom="@dimen/content_margin_bottom" + android:text="@string/location_network" + android:maxLines="5" /> + + </LinearLayout> + </LinearLayout> +</ScrollView> diff --git a/res/layout/logo_header.xml b/res/layout/logo_header.xml new file mode 100644 index 0000000..5aa8df4 --- /dev/null +++ b/res/layout/logo_header.xml @@ -0,0 +1,45 @@ +<?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. +--> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="@dimen/logo_header_height"> + + <ImageView + android:id="@+id/brand_logo" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/brand" + android:paddingLeft="@dimen/header_logo_margin_left" + android:paddingBottom="@dimen/header_logo_margin_bottom" + android:layout_above="@+id/powered_by_logo"/> + + <ImageView + android:id="@+id/powered_by_logo" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/powered_by" + android:visibility="gone" + android:paddingLeft="@dimen/header_logo_margin_left" + android:paddingBottom="@dimen/header_logo_margin_bottom" + android:layout_above="@android:id/title"/> + + <TextView + android:layout_width="match_parent" + android:layout_height="@dimen/page_title_height" + style="@style/PageTitle" /> + +</RelativeLayout>
\ No newline at end of file diff --git a/res/layout/mobile_data_settings.xml b/res/layout/mobile_data_settings.xml new file mode 100644 index 0000000..2ac3b35 --- /dev/null +++ b/res/layout/mobile_data_settings.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + + <LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <TextView + android:id="@+id/mobile_data_summary" + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/PageSummaryText" + android:textSize="15sp" + android:paddingTop="@dimen/content_margin_top" + android:paddingLeft="@dimen/content_margin_left" + android:paddingRight="@dimen/content_margin_right" + android:paddingBottom="@dimen/summary_margin_bottom" + android:text="@string/enable_mobile_data_summary" /> + + <include layout="@layout/divider" /> + + <LinearLayout + android:id="@+id/data" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:gravity="center_vertical" + android:paddingLeft="@dimen/content_margin_left" + android:paddingRight="@dimen/data_switch_margin_right" + android:background="?android:attr/selectableItemBackground" + android:clickable="true"> + + <ImageView + android:id="@+id/signal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/ic_signal_0" /> + + <TextView + android:id="@+id/enable_data_title" + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:textSize="14sp" + android:layout_marginLeft="@dimen/carrier_text_margin_left" + android:text="@string/setup_mobile_data_no_service" + android:maxLines="4" /> + + <Switch + android:id="@+id/data_switch" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:gravity="center_vertical" + android:duplicateParentState="true" + android:clickable="false" + android:textOff="@string/enable_mobile_off" + android:textOn="@string/enable_mobile_on"/> + </LinearLayout> + + <include layout="@layout/divider" /> + + </LinearLayout> +</ScrollView> + diff --git a/res/layout/setup_datetime_page.xml b/res/layout/setup_datetime_page.xml new file mode 100644 index 0000000..2622dad --- /dev/null +++ b/res/layout/setup_datetime_page.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + + <LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/PageContent"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/PageSummaryText" + android:textSize="16sp" + android:layout_marginBottom="@dimen/summary_margin_bottom" + android:paddingRight="@dimen/location_text_margin_right" + android:text="@string/date_time_summary" /> + + <Spinner + android:id="@+id/timezone_list" + android:layout_width="290dp" + android:layout_height="wrap_content" + android:saveEnabled="false"/> + + <TwoLineListItem + android:id="@+id/date_item" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:mode="twoLine" + android:clickable="true" + android:background="?android:attr/selectableItemBackground" + android:gravity="center_vertical"> + + <TextView + android:id="@+id/date_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/setup_current_date" + style="@style/SpinnerItem" /> + + <TextView + android:id="@+id/date_text" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/date_title" + android:layout_alignStart="@id/date_title" + android:fontFamily="sans-serif-medium" + style="@style/SpinnerItem" /> + </TwoLineListItem> + + <TwoLineListItem + android:id="@+id/time_item" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:mode="twoLine" + android:clickable="true" + android:background="?android:attr/selectableItemBackground" + android:gravity="center_vertical"> + + <TextView + android:id="@+id/time_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/setup_current_time" + style="@style/SpinnerItem" /> + + <TextView + android:id="@+id/time_text" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/time_title" + android:layout_alignStart="@id/time_title" + android:fontFamily="sans-serif-medium" + style="@style/SpinnerItem" /> + </TwoLineListItem> + + </LinearLayout> +</ScrollView> diff --git a/res/layout/setup_finalizing.xml b/res/layout/setup_finalizing.xml new file mode 100644 index 0000000..60a30d7 --- /dev/null +++ b/res/layout/setup_finalizing.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" android:layout_width="wrap_content" + android:layout_height="wrap_content"> + + <ProgressBar + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:indeterminate="true" + style="@android:style/Widget.Material.ProgressBar.Horizontal" /> + +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/setup_finished_page.xml b/res/layout/setup_finished_page.xml new file mode 100644 index 0000000..9462d06 --- /dev/null +++ b/res/layout/setup_finished_page.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/primary"> + + <ImageView + android:id="@+id/brand_logo" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:src="@drawable/finish_logo" + android:scaleType="centerInside"/> + +</LinearLayout> + + diff --git a/res/layout/setup_main.xml b/res/layout/setup_main.xml new file mode 100644 index 0000000..c29af05 --- /dev/null +++ b/res/layout/setup_main.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/root" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + style="@style/RootView"> + + <LinearLayout android:id="@+id/page" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + style="@style/PageContainer" > + + <FrameLayout + android:id="@+id/header" + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="@style/Header"/> + + <FrameLayout + android:id="@+id/content" + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1"/> + + </LinearLayout> + + <include layout="@layout/button_bar" /> + +</LinearLayout> diff --git a/res/layout/setup_welcome_page.xml b/res/layout/setup_welcome_page.xml new file mode 100644 index 0000000..608a66c --- /dev/null +++ b/res/layout/setup_welcome_page.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/header" + android:layout_width="match_parent" + android:layout_height="match_parent" + style="@style/PageContent"> + + <com.cyanogenmod.account.ui.LocalePicker + android:id="@+id/locale_list" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginRight="12dp" + android:gravity="left" + android:focusable="true" + android:focusableInTouchMode="true"/> + +</FrameLayout> diff --git a/res/layout/sim_missing_page.xml b/res/layout/sim_missing_page.xml new file mode 100644 index 0000000..789de85 --- /dev/null +++ b/res/layout/sim_missing_page.xml @@ -0,0 +1,49 @@ +<?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. +--> +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fillViewport="true"> + + <LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/sim_missing" + style="@style/PageSummaryText" + android:textSize="15sp" + android:layout_marginBottom="@dimen/summary_margin_bottom" + android:paddingTop="@dimen/content_margin_top" + android:paddingLeft="@dimen/content_margin_left" + android:paddingRight="@dimen/content_margin_right" + android:text="@string/sim_missing_summary" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="right" + android:src="@drawable/sim_back"/> + + </LinearLayout> +</ScrollView> + + + diff --git a/res/transition/explode.xml b/res/transition/explode.xml new file mode 100644 index 0000000..9f7c66e --- /dev/null +++ b/res/transition/explode.xml @@ -0,0 +1,17 @@ +<?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. +--> +<explode/> diff --git a/res/transition/slide_left.xml b/res/transition/slide_left.xml new file mode 100644 index 0000000..501d191 --- /dev/null +++ b/res/transition/slide_left.xml @@ -0,0 +1,25 @@ +<?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. +--> +<transitionSet xmlns:android="http://schemas.android.com/apk/res/android" + android:transitionOrdering="sequential"> +<changeBounds/> +<slide android:slideEdge="left" > + <targets> + <target android:targetId="@id/page" /> + </targets> +</slide> +</transitionSet>
\ No newline at end of file diff --git a/res/transition/slide_right.xml b/res/transition/slide_right.xml new file mode 100644 index 0000000..4f129c7 --- /dev/null +++ b/res/transition/slide_right.xml @@ -0,0 +1,25 @@ +<?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. +--> +<transitionSet xmlns:android="http://schemas.android.com/apk/res/android" + android:transitionOrdering="sequential"> + <changeBounds/> + <slide android:slideEdge="right" > + <targets> + <target android:targetId="@id/page" /> + </targets> + </slide> +</transitionSet>
\ No newline at end of file diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml new file mode 100644 index 0000000..5d88714 --- /dev/null +++ b/res/values-af/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="next">Volgende</string> + <string name="continue_label">Gaan voort</string> + <string name="prev">Vorige</string> + <string name="skip">Slaan oor</string> + <string name="cancel">Kanselleer</string> + <string name="ok">OK</string> + + <string name="setup_welcome">Welkom by Cyanogen</string> +</resources> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml new file mode 100644 index 0000000..d1bd628 --- /dev/null +++ b/res/values-ar/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="next">القادم</string> + <string name="continue_label">متابعة</string> + <string name="prev">سابق</string> + <string name="skip">تخطي</string> + <string name="cancel">إلغاء</string> + <string name="ok">موافق</string> + <string name="setup_complete">اكتمال الإعداد</string> + <string name="setup_welcome">مرحبا بك في Cyanogen</string> +</resources> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml new file mode 100644 index 0000000..8e8aa91 --- /dev/null +++ b/res/values-ca/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="next">Següent</string> + <string name="continue_label">Continua</string> + <string name="prev">Anterior</string> + <string name="skip">Omet</string> + <string name="cancel">Cancel·la</string> + <string name="ok">D\'acord</string> + <string name="setup_complete">Configuració completa</string> + <string name="setup_welcome">Benvingut a Cyanogen</string> +</resources> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml new file mode 100644 index 0000000..ffb4896 --- /dev/null +++ b/res/values-cs/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="next">Další</string> + <string name="continue_label">Pokračovat</string> + <string name="prev">Předchozí</string> + <string name="skip">Přeskočit</string> + <string name="cancel">Zrušit</string> + <string name="ok">OK</string> + <string name="setup_complete">Nastavení dokončeno</string> + <string name="setup_welcome">Vítá Vás Cyanogen</string> +</resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml new file mode 100644 index 0000000..df0dbbd --- /dev/null +++ b/res/values-es/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="next">Siguiente</string> + <string name="continue_label">Continuar</string> + <string name="prev">Anterior</string> + <string name="skip">Omitir</string> + <string name="cancel">Cancelar</string> + <string name="ok">Aceptar</string> + <string name="setup_complete">Configuración completada</string> + <string name="setup_welcome">Bienvenido a Cyanogen</string> +</resources> diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml new file mode 100644 index 0000000..deac1a4 --- /dev/null +++ b/res/values-land/dimens.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<resources> + +</resources> diff --git a/res/values/colors.xml b/res/values/colors.xml new file mode 100644 index 0000000..951d28e --- /dev/null +++ b/res/values/colors.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<resources> + <color name="black">#000000</color> + <color name="white">#ffffff</color> + <color name="window_background">#e4e7e8</color> + <color name="page_background">#efefef</color> + + <color name="primary">#2196f3</color> + <color name="primary_dark">#1481d8</color> + <color name="accent">#009789</color> + <color name="primary_text">#8a000000</color> + <color name="secondary_text">#727272</color> + <color name="divider">#40000000</color> +</resources> diff --git a/res/values/config.xml b/res/values/config.xml new file mode 100644 index 0000000..6cb797c --- /dev/null +++ b/res/values/config.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<resources> + <integer name="local_picker_items">3</integer> +</resources> diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 0000000..c0c91e8 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<resources> + <dimen name="logo_header_height">290dp</dimen> + <dimen name="header_height">220dp</dimen> + <dimen name="page_title_height">56dp</dimen> + <dimen name="header_title_margin_left">26dp</dimen> + <dimen name="header_logo_margin_left">25dp</dimen> + <dimen name="header_logo_margin_bottom">11dp</dimen> + <dimen name="content_margin_top">26dp</dimen> + <dimen name="content_margin_left">26dp</dimen> + <dimen name="content_margin_right">14dp</dimen> + <dimen name="content_margin_bottom">20dp</dimen> + <dimen name="summary_margin_bottom">20dp</dimen> + <dimen name="location_margin_left">20dp</dimen> + <dimen name="location_text_margin_left">10dp</dimen> + <dimen name="location_text_margin_right">30dp</dimen> + <dimen name="data_switch_margin_right">30dp</dimen> + <dimen name="carrier_text_margin_left">15dp</dimen> +</resources> diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..6c3edcb --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013-2014 The Cyanogen 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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Setup Wizard</string> + <string name="product_name" translatable="false">cyanogen</string> + <string name="account_name" translatable="false">Cyanogen</string> + + <string name="next">Next</string> + <string name="continue_label">Continue</string> + <string name="skip">Skip</string> + <string name="finish">Finish</string> + <string name="start">Start</string> + <string name="cancel">Cancel</string> + <string name="create">Create</string> + <string name="login">Login</string> + <string name="ok">OK</string> + <string name="existing">Existing</string> + <string name="new_account">New</string> + <string name="skip_anyway">Skip anyway</string> + <string name="dont_skip">Don\'t skip</string> + + <string name="setup_complete">Setup is complete</string> + <string name="setup_welcome">Welcome</string> + <string name="setup_wifi">Connect to Wi-Fi</string> + <string name="setup_sim_missing">SIM Card Missing</string> + <string name="setup_gms_account">GMS account</string> + <string name="setup_choose_data_sim">Choose a SIM for Data</string> + <string name="setup_location">Location Services</string> + <string name="setup_datetime">Date & time</string> + <string name="setup_current_date">Current date</string> + <string name="setup_current_time">Current time</string> + <string name="setup_msg_no_network">WARNING: You won\'t be able to set up your accounts</string> + <string name="setup_warning_skip_wifi" product="tablet">WARNING: You may incur extra carrier data charges.\n\nTablet setup can require significant network activity.</string> + <string name="setup_warning_skip_wifi" product="default">WARNING: You may incur extra carrier data charges.\n\nPhone setup can require significant network activity.</string> + <string name="setup_privacy">Privacy Settings</string> + <string name="setup_finalizing">Finalizing setup\u2026</string> + + <string name="sim_missing_summary">A SIM card has not been detected in your device. Please insert a valid SIM card.</string> + <string name="choose_data_sim_summary">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your device.</string> + + <string name="date_time_summary">Set your time zone and adjust current date and time if needed</string> + + <string name="location_services_summary">Location services allows Maps and other apps to gather and use data such as your approximate location. For example, Maps may use your approximate location to locate nearby coffee shops.</string> + <string name="location_access_summary">Allow apps that have asked your permission to use your location information. This may include your current location and past locations.</string> + <string name="location_gps">Improve location accuracy by allowing apps to use the GPS on your phone.</string> + <string name="location_network">Use Google’s location service to help apps determine your location. This means sending annonymous location data to Google, even when no apps are running.</string> + + <string name="setup_mobile_data">Turn On Mobile Data</string> + <string name="setup_mobile_data_no_service">No service</string> + <string name="setup_mobile_data_emergency_only">Emergency calls only</string> + <string name="enable_mobile_data_summary">Do you want to use mobile data during setup? Turning on mobile data may be subject to data charges.</string> + <string name="enable_mobile_off">No</string> + <string name="enable_mobile_on">Yes</string> + + <string name="data_sim_name">SIM <xliff:g id="sub">%d</xliff:g> - <xliff:g id="name">%s</xliff:g></string> + + <string name="emergency_call">Emergency Call</string> +</resources> diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..b42d118 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<resources> + <style name="Theme.Setup" parent="@android:style/Theme.Material.Light"> + <item name="android:windowActionBar">false</item> + <item name="android:windowNoTitle">true</item> + <item name="android:windowActivityTransitions">true</item> + <item name="android:windowContentTransitions">true</item> + <item name="android:colorPrimary">@color/primary</item> + <item name="android:colorPrimaryDark">@color/primary</item> + <item name="android:colorAccent">@color/accent</item> + </style> + + <style name="RootView"> + <item name="android:background">@color/window_background</item> + </style> + + <style name="Header"> + <item name="android:elevation">4dp</item> + <item name="android:background">@color/primary</item> + </style> + + <style name="PageContainer"> + <item name="android:textColor">@color/primary_text</item> + <item name="android:background">@color/page_background</item> + </style> + + <style name="PageContent"> + <item name="android:paddingTop">@dimen/content_margin_top</item> + <item name="android:paddingLeft">@dimen/content_margin_left</item> + <item name="android:paddingRight">@dimen/content_margin_right</item> + </style> + + <style name="PageTitle"> + <item name="android:id">@android:id/title</item> + <item name="android:textSize">20sp</item> + <item name="android:textColor">@color/white</item> + <item name="android:background">@color/primary_dark</item> + <item name="android:layout_alignParentBottom">true</item> + <item name="android:gravity">left|center_vertical</item> + <item name="android:paddingLeft">@dimen/header_title_margin_left</item> + </style> + + <style name="PageSummaryText"> + <item name="android:id">@android:id/summary</item> + </style> + + <style name="SpinnerItem"> + <item name="android:textSize">15sp</item> + </style> + + <style name="ButtonBar" parent="@android:style/Widget.Material.ActionButton"> + <item name="android:layout_height">48dp</item> + <item name="android:textSize">15sp</item> + <item name="android:textAllCaps">true</item> + <item name="android:maxLines">1</item> + <item name="android:minWidth">15dp</item> + <item name="android:minHeight">15dp</item> + <item name="android:textColor">@color/primary_text</item> + <item name="android:fontFamily">sans-serif-medium</item> + <item name="android:drawablePadding">5dp</item> + </style> + + <style name="ButtonBar.Left"> + <item name="android:paddingStart">15dp</item> + <item name="android:gravity">center_vertical|start</item> + <item name="android:drawableLeft">@drawable/ic_chevron_left_dark</item> + </style> + + <style name="ButtonBar.Right"> + <item name="android:paddingEnd">15dp</item> + <item name="android:gravity">center_vertical|end</item> + <item name="android:drawableRight">@drawable/ic_chevron_right_dark</item> + </style> +</resources> diff --git a/res/values/version.xml b/res/values/version.xml new file mode 100644 index 0000000..1e7fd4e --- /dev/null +++ b/res/values/version.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <integer name="google_play_services_version">4323000</integer> +</resources> diff --git a/res/xml/timezones.xml b/res/xml/timezones.xml new file mode 100644 index 0000000..26382bc --- /dev/null +++ b/res/xml/timezones.xml @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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. +--> +<timezones> + <timezone id="Pacific/Majuro">Marshall Islands</timezone> + <timezone id="Pacific/Midway">Midway Island</timezone> + <timezone id="Pacific/Honolulu">Hawaii</timezone> + <timezone id="America/Anchorage">Alaska</timezone> + <timezone id="America/Los_Angeles">Pacific Time</timezone> + <timezone id="America/Tijuana">Tijuana</timezone> + <timezone id="America/Phoenix">Arizona</timezone> + <timezone id="America/Chihuahua">Chihuahua</timezone> + <timezone id="America/Denver">Mountain Time</timezone> + <timezone id="America/Costa_Rica">Central America</timezone> + <timezone id="America/Chicago">Central Time</timezone> + <timezone id="America/Mexico_City">Mexico City</timezone> + <timezone id="America/Regina">Saskatchewan</timezone> + <timezone id="America/Bogota">Bogota</timezone> + <timezone id="America/New_York">Eastern Time</timezone> + <timezone id="America/Caracas">Venezuela</timezone> + <timezone id="America/Barbados">Atlantic Time (Barbados)</timezone> + <timezone id="America/Halifax">Atlantic Time (Canada)</timezone> + <timezone id="America/Manaus">Manaus</timezone> + <timezone id="America/Santiago">Santiago</timezone> + <timezone id="America/St_Johns">Newfoundland</timezone> + <timezone id="America/Sao_Paulo">Brasilia</timezone> + <timezone id="America/Argentina/Buenos_Aires">Buenos Aires</timezone> + <timezone id="America/Godthab">Greenland</timezone> + <timezone id="America/Montevideo">Montevideo</timezone> + <timezone id="Atlantic/South_Georgia">Mid-Atlantic</timezone> + <timezone id="Atlantic/Azores">Azores</timezone> + <timezone id="Atlantic/Cape_Verde">Cape Verde Islands</timezone> + <timezone id="Africa/Casablanca">Casablanca</timezone> + <timezone id="Europe/London">London, Dublin</timezone> + <timezone id="Europe/Amsterdam">Amsterdam, Berlin</timezone> + <timezone id="Europe/Belgrade">Belgrade</timezone> + <timezone id="Europe/Brussels">Brussels</timezone> + <timezone id="Europe/Sarajevo">Sarajevo</timezone> + <timezone id="Africa/Windhoek">Windhoek</timezone> + <timezone id="Africa/Brazzaville">W. Africa Time</timezone> + <timezone id="Asia/Amman">Amman, Jordan</timezone> + <timezone id="Europe/Athens">Athens, Istanbul</timezone> + <timezone id="Asia/Beirut">Beirut, Lebanon</timezone> + <timezone id="Africa/Cairo">Cairo</timezone> + <timezone id="Europe/Helsinki">Helsinki</timezone> + <timezone id="Asia/Jerusalem">Jerusalem</timezone> + <timezone id="Europe/Minsk">Minsk</timezone> + <timezone id="Africa/Harare">Harare</timezone> + <timezone id="Asia/Baghdad">Baghdad</timezone> + <timezone id="Europe/Moscow">Moscow</timezone> + <timezone id="Asia/Kuwait">Kuwait</timezone> + <timezone id="Africa/Nairobi">Nairobi</timezone> + <timezone id="Asia/Tehran">Tehran</timezone> + <timezone id="Asia/Baku">Baku</timezone> + <timezone id="Asia/Tbilisi">Tbilisi</timezone> + <timezone id="Asia/Yerevan">Yerevan</timezone> + <timezone id="Asia/Dubai">Dubai</timezone> + <timezone id="Asia/Kabul">Kabul</timezone> + <timezone id="Asia/Karachi">Islamabad, Karachi</timezone> + <timezone id="Asia/Oral">Ural'sk</timezone> + <timezone id="Asia/Yekaterinburg">Yekaterinburg</timezone> + <timezone id="Asia/Calcutta">Kolkata</timezone> + <timezone id="Asia/Colombo">Sri Lanka</timezone> + <timezone id="Asia/Katmandu">Kathmandu</timezone> + <timezone id="Asia/Almaty">Astana</timezone> + <timezone id="Asia/Rangoon">Yangon</timezone> + <timezone id="Asia/Krasnoyarsk">Krasnoyarsk</timezone> + <timezone id="Asia/Bangkok">Bangkok</timezone> + <timezone id="Asia/Jakarta">Jakarta</timezone> + <timezone id="Asia/Shanghai">Beijing</timezone> + <timezone id="Asia/Hong_Kong">Hong Kong</timezone> + <timezone id="Asia/Irkutsk">Irkutsk</timezone> + <timezone id="Asia/Kuala_Lumpur">Kuala Lumpur</timezone> + <timezone id="Australia/Perth">Perth</timezone> + <timezone id="Asia/Taipei">Taipei</timezone> + <timezone id="Asia/Seoul">Seoul</timezone> + <timezone id="Asia/Tokyo">Tokyo, Osaka</timezone> + <timezone id="Asia/Yakutsk">Yakutsk</timezone> + <timezone id="Australia/Adelaide">Adelaide</timezone> + <timezone id="Australia/Darwin">Darwin</timezone> + <timezone id="Australia/Brisbane">Brisbane</timezone> + <timezone id="Australia/Hobart">Hobart</timezone> + <timezone id="Australia/Sydney">Sydney, Canberra</timezone> + <timezone id="Asia/Vladivostok">Vladivostok</timezone> + <timezone id="Pacific/Guam">Guam</timezone> + <timezone id="Asia/Magadan">Magadan</timezone> + <timezone id="Pacific/Auckland">Auckland</timezone> + <timezone id="Pacific/Fiji">Fiji</timezone> + <timezone id="Pacific/Tongatapu">Tonga</timezone> +</timezones> |