itemsAdapter =
32 | new ArrayAdapter<>(this, android.R.layout.simple_list_item_1, items);
33 | layout.setAdapter(itemsAdapter);
34 | layout.setHeaderText("SetupWizardListLayout");
35 | layout.setIllustration(getResources().getDrawable(R.drawable.bg2));
36 | layout.setIllustrationAspectRatio(4f);
37 | layout.getNavigationBar().setNavigationBarListener(new NavigationBar.NavigationBarListener() {
38 | @Override
39 | public void onNavigateBack() {
40 | onBackPressed();
41 | }
42 |
43 | @Override
44 | public void onNavigateNext() {
45 | startActivity(new Intent(ThirdActivity.this, SecondActivity.class));
46 | }
47 | });
48 | }
49 | }
50 |
--------------------------------------------------------------------------------
/example/src/main/res/drawable-hdpi/google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-hdpi/google.png
--------------------------------------------------------------------------------
/example/src/main/res/drawable-mdpi/google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-mdpi/google.png
--------------------------------------------------------------------------------
/example/src/main/res/drawable-xhdpi/google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-xhdpi/google.png
--------------------------------------------------------------------------------
/example/src/main/res/drawable-xxhdpi/google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-xxhdpi/google.png
--------------------------------------------------------------------------------
/example/src/main/res/drawable-xxxhdpi/bg1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-xxxhdpi/bg1.png
--------------------------------------------------------------------------------
/example/src/main/res/drawable-xxxhdpi/bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-xxxhdpi/bg2.jpg
--------------------------------------------------------------------------------
/example/src/main/res/drawable-xxxhdpi/google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/drawable-xxxhdpi/google.png
--------------------------------------------------------------------------------
/example/src/main/res/layout/activity_second.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
17 |
18 |
22 |
23 |
29 |
30 |
31 |
40 |
41 |
42 |
50 |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/example/src/main/res/layout/activity_third.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/example/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/example/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/example/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #FF4081
6 |
7 |
--------------------------------------------------------------------------------
/example/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | setupwizardDemo
3 |
4 |
--------------------------------------------------------------------------------
/example/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/example/src/test/java/com/meiji/setupwizardDemo/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package com.meiji.setupwizardDemo;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.assertEquals;
6 |
7 | /**
8 | * Example local unit test, which will execute on the development machine (host).
9 | *
10 | * @see Testing documentation
11 | */
12 | public class ExampleUnitTest {
13 | @Test
14 | public void addition_isCorrect() throws Exception {
15 | assertEquals(4, 2 + 2);
16 | }
17 | }
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | ## Project-wide Gradle settings.
2 | #
3 | # For more details on how to configure your build environment visit
4 | # http://www.gradle.org/docs/current/userguide/build_environment.html
5 | #
6 | # Specifies the JVM arguments used for the daemon process.
7 | # The setting is particularly useful for tweaking memory settings.
8 | # Default value: -Xmx1024m -XX:MaxPermSize=256m
9 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
10 | #
11 | # When configured, Gradle will run in incubating parallel mode.
12 | # This option should only be used with decoupled projects. More details, visit
13 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14 | # org.gradle.parallel=true
15 | #Sat Sep 09 01:08:18 CST 2017
16 |
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iMeiji/SetupWizardLayout/50865a53fe5d765325ceb0f084127bd0143a4d6f/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Sat Sep 09 01:08:13 CST 2017
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':example', ':setupwizardlib'
2 |
--------------------------------------------------------------------------------
/setupwizardlib/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/setupwizardlib/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.library'
2 | // JitPack Maven
3 | apply plugin: 'com.github.dcendents.android-maven'
4 | // Your Group
5 | group = 'com.github.iMeiji'
6 |
7 | android {
8 | compileSdkVersion 27
9 | buildToolsVersion '27.0.3'
10 | defaultConfig {
11 | minSdkVersion 21
12 | targetSdkVersion 27
13 | versionCode 1
14 | versionName "1.0"
15 |
16 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
17 |
18 | }
19 | buildTypes {
20 | release {
21 | minifyEnabled false
22 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
23 | }
24 | }
25 | productFlavors {
26 | }
27 | }
28 |
29 | dependencies {
30 | compile 'com.android.support:appcompat-v7:27.1.0'
31 | }
32 |
--------------------------------------------------------------------------------
/setupwizardlib/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in D:\Users\Meiji\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
19 | # Uncomment this to preserve the line number information for
20 | # debugging stack traces.
21 | #-keepattributes SourceFile,LineNumberTable
22 |
23 | # If you keep the line number information, uncomment this to
24 | # hide the original source file name.
25 | #-renamesourcefileattribute SourceFile
26 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/annotations/Keep.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.setupwizardlib.annotations;
17 |
18 | import java.lang.annotation.Retention;
19 | import java.lang.annotation.Target;
20 |
21 | import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 | import static java.lang.annotation.ElementType.CONSTRUCTOR;
23 | import static java.lang.annotation.ElementType.FIELD;
24 | import static java.lang.annotation.ElementType.METHOD;
25 | import static java.lang.annotation.ElementType.PACKAGE;
26 | import static java.lang.annotation.ElementType.TYPE;
27 | import static java.lang.annotation.RetentionPolicy.CLASS;
28 |
29 | /**
30 | * Denotes that the annotated element should not be removed when
31 | * the code is minified at build time. This is typically used
32 | * on methods and classes that are accessed only via reflection
33 | * so a compiler may think that the code is unused.
34 | *
35 | * Example:
36 | *
{@code
37 | * @Keep
38 | * public void foo() {
39 | * ...
40 | * }
41 | * }
42 | *
43 | * Copied from android.support.annotation.Keep
44 | * TODO: Add support annotation library as a dependency and use that.
45 | */
46 | @Retention(CLASS)
47 | @Target({PACKAGE, TYPE, ANNOTATION_TYPE, CONSTRUCTOR, METHOD, FIELD})
48 | public @interface Keep {
49 | }
50 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/annotations/VisibleForTesting.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2011 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.annotations;
18 |
19 | import java.lang.annotation.Retention;
20 | import java.lang.annotation.RetentionPolicy;
21 |
22 | /**
23 | * Denotes that the class, method or field has its visibility relaxed so
24 | * that unit tests can access it.
25 | *
26 | * The visibility
argument can be used to specific what the original
27 | * visibility should have been if it had not been made public or package-private for testing.
28 | * The default is to consider the element private.
29 | */
30 | @Retention(RetentionPolicy.SOURCE)
31 | public @interface VisibleForTesting {
32 | /**
33 | * Intended visibility if the element had not been made public or package-private for testing.
34 | * If not specified, one should assume the element originally intended to be private.
35 | */
36 | Visibility visibility() default Visibility.PRIVATE;
37 |
38 | /**
39 | * Intended visibility if the element had not been made public or package-private for
40 | * testing.
41 | */
42 | enum Visibility {
43 | /**
44 | * The element should be considered protected.
45 | */
46 | PROTECTED,
47 | /**
48 | * The element should be considered package-private.
49 | */
50 | PACKAGE,
51 | /**
52 | * The element should be considered private.
53 | */
54 | PRIVATE
55 | }
56 | }
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/items/AbstractItem.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.items;
18 |
19 | import android.content.Context;
20 | import android.util.AttributeSet;
21 |
22 | /**
23 | * Abstract implementation of an item, which implements {@link IItem} and takes care of implementing
24 | * methods for {@link ItemHierarchy} for items representing itself.
25 | */
26 | public abstract class AbstractItem extends AbstractItemHierarchy implements IItem {
27 |
28 | public AbstractItem() {
29 | super();
30 | }
31 |
32 | public AbstractItem(Context context, AttributeSet attrs) {
33 | super(context, attrs);
34 | }
35 |
36 | @Override
37 | public int getCount() {
38 | return 1;
39 | }
40 |
41 | @Override
42 | public IItem getItemAt(int position) {
43 | return this;
44 | }
45 |
46 | @Override
47 | public ItemHierarchy findItemById(int id) {
48 | if (id == getId()) {
49 | return this;
50 | }
51 | return null;
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/items/IItem.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.items;
18 |
19 | import android.view.View;
20 |
21 | /**
22 | * Representation of an item in an {@link ItemHierarchy}.
23 | */
24 | public interface IItem {
25 |
26 | /**
27 | * Get the Android resource ID for locating the layout for this item.
28 | *
29 | * @return Resource ID for the layout of this item. This layout will be used to inflate the View
30 | * passed to {@link #onBindView(View)}.
31 | */
32 | int getLayoutResource();
33 |
34 | /**
35 | * Called by items framework to display the data specified by this item. This method should
36 | * update {@code view} to reflect its data.
37 | *
38 | * @param view A view inflated from {@link #getLayoutResource()}, which should be updated to
39 | * display data from this item. This view may be recycled from other items with the
40 | * same layout resource.
41 | */
42 | void onBindView(View view);
43 |
44 | /**
45 | * @return True if this item is enabled.
46 | */
47 | boolean isEnabled();
48 | }
49 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/items/ItemInflater.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License
15 | */
16 |
17 | package com.android.setupwizardlib.items;
18 |
19 | import android.content.Context;
20 |
21 | /**
22 | * Inflate {@link Item} hierarchies from XML files.
23 | *
24 | * Modified from android.support.v7.preference.PreferenceInflater
25 | */
26 | public class ItemInflater extends GenericInflater {
27 |
28 | private static final String TAG = "ItemInflater";
29 | private final Context mContext;
30 |
31 | public ItemInflater(Context context) {
32 | super(context);
33 | mContext = context;
34 | setDefaultPackage(Item.class.getPackage().getName() + ".");
35 | }
36 |
37 | @Override
38 | public ItemInflater cloneInContext(Context newContext) {
39 | return new ItemInflater(newContext);
40 | }
41 |
42 | /**
43 | * Return the context we are running in, for access to resources, class
44 | * loader, etc.
45 | */
46 | @Override
47 | public Context getContext() {
48 | return mContext;
49 | }
50 |
51 | @Override
52 | protected void onAddChildItem(ItemHierarchy parent, ItemHierarchy child) {
53 | if (parent instanceof ItemParent) {
54 | ((ItemParent) parent).addChild(child);
55 | } else {
56 | throw new IllegalArgumentException("Cannot add child item to " + parent);
57 | }
58 | }
59 |
60 | public interface ItemParent {
61 | void addChild(ItemHierarchy child);
62 | }
63 | }
64 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/span/SpanHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2016 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.span;
18 |
19 | import android.text.Spannable;
20 |
21 | /**
22 | * Contains helper methods for dealing with text spans, e.g. the ones in {@code android.text.style}.
23 | */
24 | public class SpanHelper {
25 |
26 | /**
27 | * Add {@code newSpan} at the same start and end indices as {@code oldSpan} and remove
28 | * {@code oldSpan} from the {@code spannable}.
29 | */
30 | public static void replaceSpan(Spannable spannable, Object oldSpan, Object newSpan) {
31 | final int spanStart = spannable.getSpanStart(oldSpan);
32 | final int spanEnd = spannable.getSpanEnd(oldSpan);
33 | spannable.removeSpan(oldSpan);
34 | spannable.setSpan(newSpan, spanStart, spanEnd, 0);
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/util/ResultCodes.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.util;
18 |
19 | import static android.app.Activity.RESULT_FIRST_USER;
20 |
21 | public final class ResultCodes {
22 |
23 | public static final int RESULT_SKIP = RESULT_FIRST_USER;
24 | public static final int RESULT_RETRY = RESULT_FIRST_USER + 1;
25 | public static final int RESULT_ACTIVITY_NOT_FOUND = RESULT_FIRST_USER + 2;
26 |
27 | public static final int RESULT_FIRST_SETUP_USER = RESULT_FIRST_USER + 100;
28 | }
29 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/java/com/android/setupwizardlib/view/NavigationBarButton.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.setupwizardlib.view;
18 |
19 | import android.content.Context;
20 | import android.util.AttributeSet;
21 | import android.widget.Button;
22 |
23 | public class NavigationBarButton extends Button {
24 |
25 | public NavigationBarButton(Context context) {
26 | super(context);
27 | }
28 |
29 | public NavigationBarButton(Context context, AttributeSet attrs) {
30 | super(context, attrs);
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim-ldrtl/suw_slide_back_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim-ldrtl/suw_slide_back_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim-ldrtl/suw_slide_next_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim-ldrtl/suw_slide_next_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim/suw_slide_back_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim/suw_slide_back_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim/suw_slide_next_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/anim/suw_slide_next_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-ldrtl-v11/suw_slide_back_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-ldrtl-v11/suw_slide_back_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-ldrtl-v11/suw_slide_next_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-ldrtl-v11/suw_slide_next_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-v11/suw_slide_back_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-v11/suw_slide_back_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-v11/suw_slide_next_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/animator-v11/suw_slide_next_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
21 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable-anydpi-v21/suw_navbar_ic_back.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
25 |
26 |
27 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable-anydpi-v21/suw_navbar_ic_more.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
24 |
25 |
26 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable-anydpi-v21/suw_navbar_ic_next.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
25 |
26 |
27 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable-v21/suw_card_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable-v21/suw_navbar_btn_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable/suw_card_bg_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable/suw_card_bg_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable/suw_layout_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable/suw_navbar_btn_bg_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | -
21 |
22 |
23 |
24 | -
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/drawable/suw_navbar_btn_bg_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | -
21 |
22 |
23 |
24 | -
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout-v21/suw_progress_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_blank_template_card.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
27 |
32 |
33 |
39 |
40 |
45 |
46 |
47 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_blank_template_compact.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
23 |
29 |
30 |
35 |
36 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_list_template_card.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
27 |
32 |
33 |
38 |
39 |
40 |
41 |
42 |
43 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_list_template_compact.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_list_template_content.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
31 |
32 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_preference_recycler_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_preference_template_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
23 |
28 |
29 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_recycler_template_card.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
27 |
32 |
33 |
38 |
39 |
40 |
41 |
42 |
43 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_recycler_template_compact.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_recycler_template_content.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
24 |
25 |
32 |
33 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_template_card.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
27 |
32 |
33 |
38 |
39 |
40 |
41 |
42 |
43 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_template_compact.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_glif_template_content.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
30 |
31 |
35 |
36 |
37 |
38 |
43 |
44 |
45 |
46 |
47 |
48 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_items_button_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_list_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
27 |
28 |
35 |
36 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_list_template_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
31 |
32 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_preference_recycler_view_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_preference_recycler_view_normal.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_preference_template_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
23 |
28 |
29 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_progress_bar_stub.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
26 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/layout/suw_recycler_template_header.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
23 |
24 |
32 |
33 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-af/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Volgende"
21 | "Terug"
22 | "Meer"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-am/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ቀጣይ"
21 | "ተመለስ"
22 | "ተጨማሪ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ar/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "التالي"
21 | "رجوع"
22 | "المزيد"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-az-rAZ/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Növbəti"
21 | "Geri"
22 | "Daha çox"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-b+sr+Latn/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Dalje"
21 | "Nazad"
22 | "Još"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-be-rBY/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Далей"
21 | "Назад"
22 | "Яшчэ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-bg/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Напред"
21 | "Назад"
22 | "Още"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-bn-rBD/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "পরবর্তী"
21 | "ফিরুন"
22 | "আরো"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-bs-rBA/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Naprijed"
21 | "Nazad"
22 | "Još"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ca/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Següent"
21 | "Enrere"
22 | "Més"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-cs/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Další"
21 | "Zpět"
22 | "Další"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-da/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Næste"
21 | "Tilbage"
22 | "Mere"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-de/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Weiter"
21 | "Zurück"
22 | "Mehr"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-el/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Επόμενο"
21 | "Πίσω"
22 | "Περισσότερα"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-en-rAU/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Next"
21 | "Back"
22 | "More"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-en-rGB/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Next"
21 | "Back"
22 | "More"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-en-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Next"
21 | "Back"
22 | "More"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-es-rUS/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Siguiente"
21 | "Atrás"
22 | "Más"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-es/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Siguiente"
21 | "Atrás"
22 | "Más"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-et-rEE/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Edasi"
21 | "Tagasi"
22 | "Rohkem"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-eu-rES/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Hurrengoa"
21 | "Atzera"
22 | "Gehiago"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-fa/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "بعدی"
21 | "برگشت"
22 | "بیشتر"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-fi/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Seuraava"
21 | "Takaisin"
22 | "Lisää"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-fr-rCA/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Suivant"
21 | "Précédent"
22 | "Plus"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-fr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Suivant"
21 | "Retour"
22 | "Plus"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-gl-rES/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Seguinte"
21 | "Atrás"
22 | "Máis"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-gu-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "આગલું"
21 | "પાછળ"
22 | "વધુ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-hi/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "आगे"
21 | "पीछे"
22 | "अधिक"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-hr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Dalje"
21 | "Natrag"
22 | "Više"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-hu/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Következő"
21 | "Vissza"
22 | "Továbbiak"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-hy-rAM/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Առաջ"
21 | "Հետ"
22 | "Ավելին"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-in/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Berikutnya"
21 | "Kembali"
22 | "Lainnya"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-is-rIS/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Áfram"
21 | "Til baka"
22 | "Meira"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-it/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Avanti"
21 | "Indietro"
22 | "Altro"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-iw/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "הבא"
21 | "חזרה"
22 | "עוד"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ja/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "次へ"
21 | "戻る"
22 | "もっと見る"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ka-rGE/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "შემდეგი"
21 | "უკან"
22 | "დამატებით"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-kk-rKZ/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Келесі"
21 | "Артқа"
22 | "Тағы"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-km-rKH/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "បន្ទាប់"
21 | "ថយក្រោយ"
22 | "ច្រើនទៀត"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-kn-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ಮುಂದೆ"
21 | "ಹಿಂದೆ"
22 | "ಇನ್ನಷ್ಟು"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ko/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "다음"
21 | "뒤로"
22 | "더보기"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ky-rKG/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Кийинки"
21 | "Артка"
22 | "Дагы"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 | 32dp
22 | 56dp
23 | 24dp
24 | 0dp
25 |
26 |
27 | 0dp
28 |
29 |
30 | 672dp
31 | 560dp
32 |
33 |
34 | - 0
35 |
36 |
37 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-land/layouts.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - @layout/suw_template_header_collapsed
21 | - @layout/suw_template_header_collapsed
22 | - @layout/suw_list_template_header_collapsed
23 | - @layout/suw_list_template_header_collapsed
24 |
25 | -
26 | @layout/suw_no_scroll_template_header_collapsed
27 |
28 | -
29 | @layout/suw_no_scroll_template_header_collapsed
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-land/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 |
25 |
26 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-lo-rLA/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ຕໍ່ໄປ"
21 | "ກັບຄືນ"
22 | "ເພີ່ມເຕີມ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-lt/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Kitas"
21 | "Atgal"
22 | "Daugiau"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-lv/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Tālāk"
21 | "Atpakaļ"
22 | "Vairāk"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-mk-rMK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Следно"
21 | "Назад"
22 | "Повеќе"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ml-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "അടുത്തത്"
21 | "മടങ്ങുക"
22 | "കൂടുതൽ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-mn-rMN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Дараах"
21 | "Буцах"
22 | "Илүү"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-mr-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "पुढील"
21 | "परत"
22 | "अधिक"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ms-rMY/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Seterusnya"
21 | "Kembali"
22 | "Lagi"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-my-rMM/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "နောက်တစ်ခု"
21 | "နောက်သို့"
22 | "နောက်ထပ်"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-nb/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Neste"
21 | "Tilbake"
22 | "Mer"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ne-rNP/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "अर्को"
21 | "पछाडि जानुहोस्"
22 | "थप"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-nl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Volgende"
21 | "Terug"
22 | "Meer"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-pa-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ਅਗਲਾ"
21 | "ਪਿੱਛੇ"
22 | "ਹੋਰ"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-pl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Dalej"
21 | "Wstecz"
22 | "Więcej"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-pt-rBR/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Próximo"
21 | "Voltar"
22 | "Mais"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-pt-rPT/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Seguinte"
21 | "Anterior"
22 | "Mais"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-pt/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Próximo"
21 | "Voltar"
22 | "Mais"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ro/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Înainte"
21 | "Înapoi"
22 | "Mai mult"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ru/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Далее"
21 | "Назад"
22 | "Ещё"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-si-rLK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ඊළඟ"
21 | "ආපසු"
22 | "තවත්"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sk/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Ďalej"
21 | "Späť"
22 | "Viac"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Naprej"
21 | "Nazaj"
22 | "Več"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sq-rAL/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Përpara"
21 | "Prapa"
22 | "Më shumë"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Даље"
21 | "Назад"
22 | "Још"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sv/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Nästa"
21 | "Tillbaka"
22 | "Mer"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Inayofuata"
21 | "Nyuma"
22 | "Zaidi"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw360dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 | 16sp
20 |
21 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw600dp-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 | 128dp
22 |
23 |
24 | - 0.0
25 |
26 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw600dp-land/layouts.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - @layout/suw_template_card_wide
21 | - @layout/suw_template_card_wide
22 | - @layout/suw_list_template_card_wide
23 | - @layout/suw_list_template_card_wide
24 | - @layout/suw_no_scroll_template_card_wide
25 |
26 | -
27 | @layout/suw_no_scroll_template_card_wide
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw600dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 | true
22 |
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 | 256dp
22 |
23 |
24 | - 0
25 | 34sp
26 | 40dp
27 |
28 |
29 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-sw600dp/layouts.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - @layout/suw_template_card
21 | - @layout/suw_template_card
22 | - @layout/suw_list_template_card
23 | - @layout/suw_list_template_card
24 | - @layout/suw_no_scroll_template_card
25 | - @layout/suw_no_scroll_template_card
26 |
27 |
28 | - @layout/suw_glif_template_card
29 | - @layout/suw_glif_list_template_card
30 | - @layout/suw_glif_blank_template_card
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ta-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "அடுத்து"
21 | "முந்தையது"
22 | "மேலும்"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-te-rIN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "తదుపరి"
21 | "వెనుకకు"
22 | "మరింత"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-th/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "ถัดไป"
21 | "กลับ"
22 | "เพิ่มเติม"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-tl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Susunod"
21 | "Bumalik"
22 | "Higit pa"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-tr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "İleri"
21 | "Geri"
22 | "Diğer"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-uk/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Далі"
21 | "Назад"
22 | "Більше"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-ur-rPK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "آگے"
21 | "پیچھے"
22 | "مزید"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-uz-rUZ/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Keyingi"
21 | "Orqaga"
22 | "Ko‘proq"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-vi/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Tiếp theo"
21 | "Quay lại"
22 | "Khác"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-zh-rCN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "下一步"
21 | "返回"
22 | "更多"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-zh-rHK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "下一步"
21 | "返回"
22 | "更多"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-zh-rTW/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "繼續"
21 | "返回"
22 | "更多"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values-zu/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 | "Okulandelayo"
21 | "Emuva"
22 | "Okuningi"
23 |
24 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 | #ff448aff
23 | #ff3367d6
24 | #ff448aff
25 | #ff3367d6
26 | #b3ffffff
27 | #89000000
28 | #ffffcd40
29 | #fff4b400
30 |
31 |
32 |
33 | #ff21272b
34 | #ffe4e7e9
35 |
36 |
37 | #ff4285f4
38 | #ff4285f4
39 |
40 |
41 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 | 300
22 |
23 |
24 | false
25 |
26 |
27 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values/layouts.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - @layout/suw_template_header
21 | - @layout/suw_template_header_collapsed
22 | - @layout/suw_list_template_header
23 | - @layout/suw_list_template_header_collapsed
24 |
25 | - @layout/suw_no_scroll_template_header
26 | -
27 | @layout/suw_no_scroll_template_header_collapsed
28 |
29 |
30 | - @layout/suw_glif_template_compact
31 | - @layout/suw_glif_list_template_compact
32 | - @layout/suw_glif_blank_template_compact
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/setupwizardlib/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | Next
21 |
22 |
23 | Back
24 |
25 |
26 | More
27 |
28 |
--------------------------------------------------------------------------------