Added checkout and mandate profile
This commit is contained in:
@@ -370,11 +370,11 @@
|
||||
android:id="@+id/edt_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="3dp"
|
||||
android:layout_gravity="start|top"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:layout_weight="6"
|
||||
android:background="@drawable/rouded_corner_edittaxt"
|
||||
android:gravity="center_vertical"
|
||||
android:gravity="start|top"
|
||||
android:padding="@dimen/custom_margin"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="@dimen/text_14sp" />
|
||||
@@ -629,7 +629,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="3dp"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:layout_weight="6"
|
||||
android:background="@color/gray"
|
||||
android:enabled="false"
|
||||
@@ -662,7 +662,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="3dp"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:layout_weight="6"
|
||||
android:background="@color/gray"
|
||||
android:enabled="false"
|
||||
@@ -688,7 +688,7 @@
|
||||
android:layout_weight="4"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="@dimen/custom_margin"
|
||||
android:text="Current BP Grade"
|
||||
android:text="@string/current_bp_grade"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="@dimen/text_14sp" />
|
||||
|
||||
@@ -697,7 +697,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="3dp"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:layout_weight="6"
|
||||
android:background="@color/gray"
|
||||
android:enabled="false"
|
||||
@@ -710,15 +710,14 @@
|
||||
</LinearLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<ExpandableListView
|
||||
<com.cpm.lorealbaautomation.utils.NonScrollExpandableListView
|
||||
android:id="@+id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1800dp"
|
||||
android:layout_marginTop="@dimen/custom_margin"
|
||||
android:layout_marginBottom="@dimen/custom_margin3dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/custom_margin"
|
||||
android:cacheColorHint="#00000000"
|
||||
android:divider="@null"
|
||||
android:dividerHeight="0dp"
|
||||
android:dividerHeight="@dimen/margin1dp"
|
||||
android:scrollingCache="false" />
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
Reference in New Issue
Block a user