Skip to content

Commit

Permalink
added info text to main activity of sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Feb 12, 2017
1 parent 6466209 commit bb00e06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:textSize="20sp"
android:text="Scroll to access more detectors"
android:textColor="@color/primary_dark"

/>
<android.support.v7.widget.SwitchCompat
android:id="@+id/Switch1"
android:layout_width="match_parent"
Expand Down

0 comments on commit bb00e06

Please sign in to comment.