activity_bill_input.xml 537 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:fitsSystemWindows="true"
  5. android:id="@+id/mRootLL"
  6. android:focusableInTouchMode="true"
  7. android:layout_height="match_parent">
  8. <android.support.v7.widget.RecyclerView
  9. android:id="@+id/mRecyclerView"
  10. android:focusableInTouchMode="false"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"/>
  13. </LinearLayout>