如何在android studio中设置移动点步进器

时间:2017-10-20 11:51:50

标签: android android-studio github android-gradle material-design

我是android新手。我正在尝试用4个点实现移动点步进器。 我从I added dependency in my android studio 2.3.2下载了代码 但它在构建gradle enter image description here

时显示错误

2 个答案:

答案 0 :(得分:0)

我建议您:steppers

然后制作一个空布局,如:

<?xml version="1.0" encoding="utf-8"?>
<com.stepstone.stepper.StepperLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/stepperLayout"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    app:ms_stepperType="dots"
    app:ms_stepperFeedbackType="tabs|content|disabled_bottom_navigation" />

最后使用include:

添加您的活动布局
<include layout="@layout/stepper_layout"/>

答案 1 :(得分:0)

这是您的应用模块的build.gradle应该是什么样子。与评论中提到的@damian一样,您可能错过了maven存储库块。

<div class="my-element">
  <p>A paragraph</p>
  <p>
    <a href="http://scottohara.me">
      My Website
    </a>
  </p>

  <label for="wut_email">
    Your email:
  </label>
  <input type="email" id="wut_email" />
</div>