Commit 0be9110b authored by Alfansyah Fadlian's avatar Alfansyah Fadlian

fixed scrollable layout

parents e5452852 d980f07e
......@@ -124,14 +124,5 @@ public class LoginActivity extends AppCompatActivity {
registerState.show(getSupportFragmentManager(),registerState.getTag());
}
});
/**dilanjutkan nanti**/
// tvForgotPassword.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// startActivity(new Intent(LoginActivity.this, ForgotPasswordActivity.class));
// }
// });
}
}
......@@ -26,6 +26,12 @@
android:layout_height="wrap_content"
android:layout_below="@id/cvInvoice"
android:layout_above="@id/btnPay"
android:overScrollMode="never"
android:scrollingCache="false"
android:fadingEdge="none"
android:fadingEdgeLength="0dp"
android:scrollbars="none"
android:scrollbarStyle="insideOverlay"
>
<RelativeLayout
......@@ -58,11 +64,6 @@
/>
<ExpandableListView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tvLabel">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvPayment"
android:layout_width="match_parent"
......@@ -70,9 +71,8 @@
android:layout_margin="10dp"
android:nestedScrollingEnabled="false"
tools:layout_editor_absoluteX="10dp"
android:layout_below="@id/tvLabel"
tools:listitem="@layout/payment_list"/>
</ExpandableListView>
</RelativeLayout>
</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