mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-04 00:40:49 +00:00 
			
		
		
		
	ListViewからRecyclerViewに変えた
This commit is contained in:
		
							parent
							
								
									99ad244376
								
							
						
					
					
						commit
						b097e8070a
					
				@ -19,10 +19,13 @@
 | 
				
			|||||||
        app:layout_constraintStart_toStartOf="parent"
 | 
					        app:layout_constraintStart_toStartOf="parent"
 | 
				
			||||||
        app:layout_constraintTop_toTopOf="parent"/>
 | 
					        app:layout_constraintTop_toTopOf="parent"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <ListView
 | 
					    <androidx.recyclerview.widget.RecyclerView
 | 
				
			||||||
        xmlns:android="http://schemas.android.com/apk/res/android"
 | 
					        android:id="@+id/document_list"
 | 
				
			||||||
        android:id="@+id/doclist"
 | 
					 | 
				
			||||||
        android:layout_width="match_parent"
 | 
					        android:layout_width="match_parent"
 | 
				
			||||||
        android:layout_height="match_parent" />
 | 
					        android:layout_height="0dp"
 | 
				
			||||||
 | 
					        app:layout_constraintBottom_toBottomOf="parent"
 | 
				
			||||||
 | 
					        app:layout_constraintEnd_toEndOf="parent"
 | 
				
			||||||
 | 
					        app:layout_constraintStart_toStartOf="parent"
 | 
				
			||||||
 | 
					        app:layout_constraintTop_toTopOf="parent" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</FrameLayout>
 | 
					</FrameLayout>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user