Skip to content

Commit

Permalink
improved text
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Nov 14, 2016
1 parent 61dce2e commit c4af128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<string name="settings">Settings</string>

<string name="demonstration_page_title">Indicator configurations for demonstration purpose. Only the bottom one (visible on each page) will update in realtime accordingly to the settings you make. Click on any indicator to see the active and inactive state of each style.</string>
<string name="demonstration_page_title">Indicator configurations for demonstration purpose.\n\nClick on any indicator to see the transition between active and inactive state of each style.\n\nThese indicators will NOT update with the settings you make on the first page!</string>

<string name="key_activeIndicatorFillColor">activeIndicatorColorFill</string>
<string name="title_activeIndicatorFillColor">Active indicator fill color</string>
Expand Down

0 comments on commit c4af128

Please sign in to comment.