Improve IDE visualization of password recyclerview
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
6b228a80ef
commit
a409cae2a8
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
android:id="@+id/pass_recycler"
|
||||
android:scrollbars="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
android:layout_height="match_parent"
|
||||
tools:listitem="@layout/password_row_layout"
|
||||
tools:itemCount="20"/>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue