This change primarily affects the AppDetails links section to make them easier to click. It also strips down the UI a bit to provide a cleaner interface as well as some modest Material Design tweaks. Fixes #389.
		
			
				
	
	
		
			10 lines
		
	
	
		
			291 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			291 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<resources>
 | 
						|
 | 
						|
    <dimen name="applist_icon_normal_size">48dp</dimen>
 | 
						|
    <dimen name="applist_icon_compact_size">32dp</dimen>
 | 
						|
 | 
						|
    <dimen name="layout_horizontal_margin">16dp</dimen>
 | 
						|
    <dimen name="material_listitem_height">48dp</dimen>
 | 
						|
</resources>
 |