forked from recloudstream/cloudstream
		
	bigger hitbox on download button
This commit is contained in:
		
							parent
							
								
									20989c3329
								
							
						
					
					
						commit
						d882527bf7
					
				
					 4 changed files with 10 additions and 20 deletions
				
			
		|  | @ -105,12 +105,10 @@ | |||
| 
 | ||||
|                     android:id="@+id/download_child_episode_download" | ||||
|                     android:visibility="visible" | ||||
|                     android:layout_marginEnd="10dp" | ||||
|                     android:layout_marginStart="10dp" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:layout_gravity="center_vertical" | ||||
|                     android:padding="2dp" | ||||
|                     android:layout_width="30dp" | ||||
|                     android:padding="10dp" | ||||
|                     android:layout_width="50dp" | ||||
|                     android:background="?selectableItemBackgroundBorderless" | ||||
|                     android:src="@drawable/ic_baseline_play_arrow_24" | ||||
|                     app:tint="?attr/textColor" | ||||
|  |  | |||
|  | @ -56,7 +56,8 @@ | |||
|         <ImageView | ||||
|                 android:layout_marginStart="-50dp" | ||||
|                 android:layout_height="match_parent" | ||||
|                 android:layout_width="30dp" | ||||
|                 android:padding="50dp" | ||||
|                 android:layout_width="50dp" | ||||
|                 android:id="@+id/download_header_goto_child" | ||||
|                 android:layout_gravity="center_vertical|end" | ||||
|                 android:src="@drawable/ic_baseline_keyboard_arrow_right_24" | ||||
|  | @ -85,14 +86,11 @@ | |||
|                     android:visibility="visible" /> | ||||
| 
 | ||||
|             <ImageView | ||||
| 
 | ||||
|                     android:visibility="visible" | ||||
|                     android:layout_marginEnd="10dp" | ||||
|                     android:layout_marginStart="10dp" | ||||
|                     android:layout_gravity="center_vertical" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:padding="2dp" | ||||
|                     android:layout_width="30dp" | ||||
|                     android:padding="10dp" | ||||
|                     android:layout_width="50dp" | ||||
|                     android:id="@+id/download_header_episode_download" | ||||
|                     android:background="?selectableItemBackgroundBorderless" | ||||
|                     android:src="@drawable/ic_baseline_play_arrow_24" | ||||
|  |  | |||
|  | @ -113,17 +113,13 @@ | |||
|         <ImageView | ||||
|                 android:nextFocusLeft="@id/episode_holder" | ||||
|                 android:nextFocusRight="@id/episode_holder" | ||||
| 
 | ||||
|                 app:tint="?attr/white" | ||||
| 
 | ||||
|                 android:id="@+id/result_episode_download" | ||||
|                 android:visibility="visible" | ||||
|                 android:layout_marginEnd="10dp" | ||||
|                 android:layout_marginStart="10dp" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_gravity="center_vertical" | ||||
|                 android:padding="2dp" | ||||
|                 android:layout_width="30dp" | ||||
|                 android:padding="10dp" | ||||
|                 android:layout_width="50dp" | ||||
|                 android:background="?selectableItemBackgroundBorderless" | ||||
|                 android:src="@drawable/ic_baseline_play_arrow_24" | ||||
|                 android:contentDescription="@string/download" /> | ||||
|  |  | |||
|  | @ -130,12 +130,10 @@ | |||
|                         android:id="@+id/result_episode_download" | ||||
| 
 | ||||
|                         android:visibility="visible" | ||||
|                         android:layout_marginEnd="10dp" | ||||
|                         android:layout_marginStart="10dp" | ||||
|                         android:layout_height="wrap_content" | ||||
|                         android:layout_gravity="center_vertical" | ||||
|                         android:padding="2dp" | ||||
|                         android:layout_width="30dp" | ||||
|                         android:padding="10dp" | ||||
|                         android:layout_width="50dp" | ||||
|                         android:background="?selectableItemBackgroundBorderless" | ||||
|                         android:src="@drawable/ic_baseline_play_arrow_24" | ||||
|                         android:contentDescription="@string/download" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue