调整任务列表高度。
This commit is contained in:
		@@ -25,18 +25,19 @@
 | 
			
		||||
			android:layout_width="wrap_content"
 | 
			
		||||
			android:layout_height="wrap_content"
 | 
			
		||||
			android:text="+Task"
 | 
			
		||||
            android:textAllCaps="false"/>
 | 
			
		||||
			android:textAllCaps="false"/>
 | 
			
		||||
 | 
			
		||||
	</LinearLayout>
 | 
			
		||||
 | 
			
		||||
	<androidx.recyclerview.widget.RecyclerView
 | 
			
		||||
		android:id="@+id/recycler_view"
 | 
			
		||||
		android:layout_width="match_parent"
 | 
			
		||||
		android:layout_height="200dp"
 | 
			
		||||
		android:layout_height="0dp"
 | 
			
		||||
		android:background="@drawable/recycler_view_border"
 | 
			
		||||
		android:padding="2dp"
 | 
			
		||||
		android:layout_margin="2dp"
 | 
			
		||||
		android:layout_alignParentBottom="true"/>
 | 
			
		||||
		android:layout_alignParentBottom="true"
 | 
			
		||||
		android:layout_weight="1.0"/>
 | 
			
		||||
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user