|
|
|
@ -54,6 +54,7 @@ |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:src="@drawable/ic_more_vert" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
android:contentDescription="@string/more_menu" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/iv_debug_text" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
@ -63,7 +64,6 @@ |
|
|
|
|
android:id="@+id/iv_explore" |
|
|
|
|
android:layout_width="8dp" |
|
|
|
|
android:layout_height="8dp" |
|
|
|
|
android:contentDescription="@string/more_menu" |
|
|
|
|
android:scaleType="centerCrop" |
|
|
|
|
android:src="@color/md_green_600" |
|
|
|
|
app:layout_constraintRight_toRightOf="@id/iv_menu_more" |
|
|
|
|