promo_Compliance_spinner_new

This commit is contained in:
deepakp
2017-06-09 12:15:30 +05:30
parent 63eda7c76e
commit 14672b305a
3 changed files with 52 additions and 69 deletions
@@ -133,12 +133,11 @@
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:weightSum="5">
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
@@ -151,16 +150,14 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
<Spinner
android:id="@+id/toggle_add_InStock"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
android:layout_height="match_parent" />
</LinearLayout>
</LinearLayout>
@@ -169,13 +166,11 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:weightSum="5">
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
@@ -188,16 +183,14 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
<Spinner
android:id="@+id/toggle_add_promoAnnouncer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
@@ -92,12 +92,11 @@
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:weightSum="5">
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
@@ -110,28 +109,26 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
<Spinner
android:id="@+id/spinner_inStock"
android:background="@drawable/spinner_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
/>
android:background="@drawable/spinner_bg" />
<ToggleButton
android:visibility="gone"
android:id="@+id/toggle_inStock"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/toggle_selector_background"
android:textOff="@string/no"
android:textOn="@string/yes" />
android:textOn="@string/yes"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
@@ -141,12 +138,11 @@
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical"
android:weightSum="5">
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
@@ -159,27 +155,25 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
<Spinner
android:id="@+id/spinner_promoAnnouncer"
android:background="@drawable/spinner_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
/>
android:background="@drawable/spinner_bg" />
<ToggleButton
android:visibility="gone"
android:id="@+id/toggle_promoAnnouncer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/toggle_selector_background"
android:textOff="@string/no"
android:textOn="@string/yes" />
android:textOn="@string/yes"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>