working set time.

This commit is contained in:
Anshu Sharma 2018-11-15 10:56:06 -05:00
parent c463906934
commit 2ebda7ab71
2 changed files with 39 additions and 19 deletions

View file

@ -12,6 +12,14 @@
android:paddingTop="@dimen/activity_vertical_margin"
android:background="@drawable/background"
tools:context=".ServiceProviderAvailabilities">
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="onSetTimes"
android:text="Button" />
<TableLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -347,4 +355,5 @@
</TableRow>
</TableLayout>
</LinearLayout>