Commit 314ee5de authored by Muhammad Suryono's avatar Muhammad Suryono

Merge branch 'forgot-pasword'

parents 199aff5d f82bdcd2
...@@ -26,6 +26,12 @@ ...@@ -26,6 +26,12 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/cvInvoice" android:layout_below="@id/cvInvoice"
android:layout_above="@id/btnPay" android:layout_above="@id/btnPay"
android:overScrollMode="never"
android:scrollingCache="false"
android:fadingEdge="none"
android:fadingEdgeLength="0dp"
android:scrollbars="none"
android:scrollbarStyle="insideOverlay"
> >
<RelativeLayout <RelativeLayout
...@@ -58,21 +64,15 @@ ...@@ -58,21 +64,15 @@
/> />
<ExpandableListView <androidx.recyclerview.widget.RecyclerView
android:layout_width="fill_parent" android:id="@+id/rvPayment"
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/tvLabel"> android:layout_margin="10dp"
android:nestedScrollingEnabled="false"
<androidx.recyclerview.widget.RecyclerView tools:layout_editor_absoluteX="10dp"
android:id="@+id/rvPayment" android:layout_below="@id/tvLabel"
android:layout_width="match_parent" tools:listitem="@layout/payment_list"/>
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:nestedScrollingEnabled="false"
tools:layout_editor_absoluteX="10dp"
tools:listitem="@layout/payment_list"/>
</ExpandableListView>
</RelativeLayout> </RelativeLayout>
</ScrollView> </ScrollView>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment