mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-10-31 01:24:43 +00:00 
			
		
		
		
	Made more button more accessible
This commit is contained in:
		| @@ -4,13 +4,13 @@ | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:background="?selectableItemBackground" | ||||
|     android:clickable="true" | ||||
|     android:focusable="true" | ||||
|     android:paddingBottom="2dp" | ||||
|     android:paddingEnd="8dp" | ||||
|     android:paddingStart="8dp" | ||||
|     android:paddingTop="2dp" | ||||
|     android:clickable="true" | ||||
|     android:focusable="true" | ||||
|     android:background="?selectableItemBackground"> | ||||
|     android:paddingTop="2dp"> | ||||
|  | ||||
|     <org.communiquons.android.comunic.client.ui.views.WebUserAccountImage | ||||
|         android:id="@+id/account_image" | ||||
| @@ -55,19 +55,17 @@ | ||||
|     <ImageView | ||||
|         android:id="@+id/more_btn" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginBottom="8dp" | ||||
|         android:layout_marginEnd="8dp" | ||||
|         android:layout_marginTop="8dp" | ||||
|         android:layout_height="match_parent" | ||||
|         android:background="?selectableItemBackground" | ||||
|         android:clickable="true" | ||||
|         android:contentDescription="@string/action_more_description" | ||||
|         android:focusable="true" | ||||
|         android:padding="8dp" | ||||
|         android:tint="@android:color/darker_gray" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:srcCompat="@drawable/ic_more" | ||||
|         android:contentDescription="@string/action_more_description"/> | ||||
|         app:srcCompat="@drawable/ic_more" /> | ||||
|  | ||||
|  | ||||
| </android.support.constraint.ConstraintLayout> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre HUBERT
					Pierre HUBERT