YSY commit

This commit is contained in:
yadavendras
2018-12-05 15:29:33 +05:30
parent c0757192b9
commit c60414eb7f
31 changed files with 1065 additions and 306 deletions
@@ -44,11 +44,13 @@
android:textColor="@color/black"
android:layout_marginRight="10dp"/>
<Spinner
<Spinner
android:id="@+id/spinner_coaching_visit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"></Spinner>
</LinearLayout>
</RelativeLayout>
@@ -61,12 +63,20 @@
android:orientation="vertical"
android:visibility="gone">
<Spinner
<!-- <Spinner
android:id="@+id/spinner_supervisor"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:layout_marginTop="10dp"/>
android:layout_marginTop="10dp"/>-->
<com.androidbuts.multispinnerfilter.MultiSpinnerSearch
android:id="@+id/multi_spinner_supervisor"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:layout_marginTop="10dp"
app:hintText="@string/select_coach" />
<RelativeLayout
android:layout_width="match_parent"
@@ -292,5 +292,6 @@
<string name="please_click">الرجاء الضغط على</string>
<string name="intime_image">صورة الدخول</string>
<string name="outtime_image">صورة الخروج</string>
<string name="select_coach">أختار مدرب</string>
</resources>
@@ -384,6 +384,7 @@
<string name="please_click">Please click</string>
<string name="intime_image">In time image</string>
<string name="outtime_image">Out time image</string>
<string name="select_coach">Select Coach</string>
</resources>