commit changes
This commit is contained in:
commit
d81799f038
2 changed files with 21 additions and 11 deletions
Binary file not shown.
|
@ -7,26 +7,25 @@
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
android:paddingLeft="10dp"
|
||||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
android:paddingRight="10dp"
|
||||||
android:paddingTop="@dimen/activity_vertical_margin"
|
android:paddingTop="8dp"
|
||||||
android:background="@drawable/background"
|
android:background="@drawable/background"
|
||||||
tools:context=".ServiceProviderAvailabilities">
|
tools:context=".ServiceProviderAvailabilities">
|
||||||
|
|
||||||
<Button
|
<ScrollView
|
||||||
android:id="@+id/button"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="435dp">
|
||||||
android:onClick="onSetTimes"
|
<LinearLayout
|
||||||
android:text="Button" />
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical">
|
||||||
<TableLayout
|
<TableLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<TableRow
|
<TableRow
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="45dp"
|
android:layout_height="45dp">
|
||||||
android:layout_marginTop="10dp">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/Day"
|
android:id="@+id/Day"
|
||||||
|
@ -355,5 +354,16 @@
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:onClick="onSetTimes"
|
||||||
|
android:text="Save"
|
||||||
|
android:theme="@style/AppTheme.Button"
|
||||||
|
android:layout_marginTop="5dp"/>
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue