added my appointments button for logged in user on andriod
This commit is contained in:
@@ -130,6 +130,18 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btnMyAppointments"
|
||||
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="My Appointments"
|
||||
android:textColor="@color/white"
|
||||
app:strokeColor="@color/white"
|
||||
app:rippleColor="#33FFFFFF"
|
||||
android:checkable="true"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.prolificinteractive.materialcalendarview.MaterialCalendarView
|
||||
|
||||
Reference in New Issue
Block a user