Merge branch 'change-link-icon' into 'master'
Use the Material Design link icon (chain) for links See merge request fdroid/fdroidclient!1004
This commit is contained in:
		
						commit
						6e2b258eee
					
				
							
								
								
									
										10
									
								
								app/src/main/res/drawable/ic_link.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								app/src/main/res/drawable/ic_link.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					<vector xmlns:android="http://schemas.android.com/apk/res/android"
 | 
				
			||||||
 | 
					    android:width="24dp"
 | 
				
			||||||
 | 
					    android:height="24dp"
 | 
				
			||||||
 | 
					    android:viewportWidth="24"
 | 
				
			||||||
 | 
					    android:viewportHeight="24"
 | 
				
			||||||
 | 
					    android:tint="?attr/colorControlNormal">
 | 
				
			||||||
 | 
					  <path
 | 
				
			||||||
 | 
					      android:fillColor="@android:color/white"
 | 
				
			||||||
 | 
					      android:pathData="M17,7h-3c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h3c1.65,0 3,1.35 3,3s-1.35,3 -3,3h-3c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h3c2.76,0 5,-2.24 5,-5s-2.24,-5 -5,-5zM8,12c0,0.55 0.45,1 1,1h6c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1L9,11c-0.55,0 -1,0.45 -1,1zM10,15L7,15c-1.65,0 -3,-1.35 -3,-3s1.35,-3 3,-3h3c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1L7,7c-2.76,0 -5,2.24 -5,5s2.24,5 5,5h3c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z"/>
 | 
				
			||||||
 | 
					</vector>
 | 
				
			||||||
@ -29,8 +29,8 @@
 | 
				
			|||||||
            android:paddingEnd="@dimen/details_activity__collapsable_lists__padding__horizontal"
 | 
					            android:paddingEnd="@dimen/details_activity__collapsable_lists__padding__horizontal"
 | 
				
			||||||
            android:background="?selectableItemBackground"
 | 
					            android:background="?selectableItemBackground"
 | 
				
			||||||
            app:drawableEndCompat="@drawable/ic_expand_more"
 | 
					            app:drawableEndCompat="@drawable/ic_expand_more"
 | 
				
			||||||
            app:drawableStartCompat="@drawable/ic_website"
 | 
					            app:drawableStartCompat="@drawable/ic_link"
 | 
				
			||||||
            app:drawableLeftCompat="@drawable/ic_website"
 | 
					            app:drawableLeftCompat="@drawable/ic_link"
 | 
				
			||||||
            app:drawableRightCompat="@drawable/ic_expand_more" />
 | 
					            app:drawableRightCompat="@drawable/ic_expand_more" />
 | 
				
			||||||
    </FrameLayout>
 | 
					    </FrameLayout>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user