diff --git a/material-stepper/src/main/res/layout/ms_stepper_layout.xml b/material-stepper/src/main/res/layout/ms_stepper_layout.xml
index 1f43fae..45cb001 100644
--- a/material-stepper/src/main/res/layout/ms_stepper_layout.xml
+++ b/material-stepper/src/main/res/layout/ms_stepper_layout.xml
@@ -46,22 +46,9 @@
android:layout_width="match_parent"
tools:style="@style/MSBottomNavigation">
-
-
+
+
+
\ No newline at end of file
diff --git a/sample/src/main/java/com/stepstone/stepper/sample/FilledProgressBarActivity.kt b/sample/src/main/java/com/stepstone/stepper/sample/FilledProgressBarActivity.kt
new file mode 100644
index 0000000..00e4539
--- /dev/null
+++ b/sample/src/main/java/com/stepstone/stepper/sample/FilledProgressBarActivity.kt
@@ -0,0 +1,24 @@
+/*
+Copyright 2016 StepStone Services
+
+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.
+ */
+
+package com.stepstone.stepper.sample
+
+class FilledProgressBarActivity : AbstractStepperActivity() {
+
+ override val layoutResId: Int
+ get() = R.layout.activity_filled_progress_bar
+
+}
diff --git a/sample/src/main/java/com/stepstone/stepper/sample/MainActivity.kt b/sample/src/main/java/com/stepstone/stepper/sample/MainActivity.kt
index 719f60b..5f892df 100644
--- a/sample/src/main/java/com/stepstone/stepper/sample/MainActivity.kt
+++ b/sample/src/main/java/com/stepstone/stepper/sample/MainActivity.kt
@@ -58,6 +58,7 @@ class MainActivity : AppCompatActivity() {
SampleItem(getString(R.string.themed_dots), getString(R.string.themed_dots_description), ThemedDotsActivity::class.java),
SampleItem(getString(R.string.default_progress_bar), getString(R.string.default_progress_bar_description), DefaultProgressBarActivity::class.java),
SampleItem(getString(R.string.styled_progress_bar), getString(R.string.styled_progress_bar_description), StyledProgressBarActivity::class.java),
+ SampleItem(getString(R.string.filled_progress_bar), getString(R.string.filled_progress_bar_description), FilledProgressBarActivity::class.java),
SampleItem(getString(R.string.default_tabs), getString(R.string.default_tabs_description), DefaultTabsActivity::class.java),
SampleItem(getString(R.string.styled_tabs), getString(R.string.styled_tabs_description), StyledTabsActivity::class.java),
SampleItem(getString(R.string.default_none), getString(R.string.default_none_description), DefaultNoneActivity::class.java),
diff --git a/sample/src/main/res/layout/activity_filled_progress_bar.xml b/sample/src/main/res/layout/activity_filled_progress_bar.xml
new file mode 100644
index 0000000..3b89887
--- /dev/null
+++ b/sample/src/main/res/layout/activity_filled_progress_bar.xml
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml
index df77bb1..b63d00a 100644
--- a/sample/src/main/res/values/strings.xml
+++ b/sample/src/main/res/values/strings.xml
@@ -6,6 +6,7 @@
Themed dotsDefault progress barStyled progress bar
+ Filled progress barDefault \'none\'Default tabsStyled tabs
@@ -32,6 +33,7 @@
Dotted stepper styled through view attributes set in Activity themeThe default implementation of a stepper with a horizontal progress barHorizontal progress bar stepper styled through view attributes in the layout file
+ Horizontal progress bar that fills the navigation barThe default implementation of a tabbed stepperTabbed stepper styled through view attributes in the layout fileThe default implementation of a stepper without any particular current step indication
diff --git a/sample/src/main/res/values/styles.xml b/sample/src/main/res/values/styles.xml
index ca82b8a..2ec94f3 100644
--- a/sample/src/main/res/values/styles.xml
+++ b/sample/src/main/res/values/styles.xml
@@ -55,6 +55,10 @@
@style/CenteredCompleteButtonStyle
+
+
@@ -93,6 +97,11 @@
fonts/Oswald-Stencbab.ttf
+
+