diff --git a/app/src/main/res/layout/fragment_mediathek_list.xml b/app/src/main/res/layout/fragment_mediathek_list.xml index a7133b78..cb2845b6 100644 --- a/app/src/main/res/layout/fragment_mediathek_list.xml +++ b/app/src/main/res/layout/fragment_mediathek_list.xml @@ -103,11 +103,12 @@ android:layout_width="match_parent" android:layout_height="10dp" android:layout_gravity="center" + android:alpha="0.4" android:src="@drawable/ic_baseline_drag_handle_24" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:tint="#ccffffff" /> + app:tint="?colorOnSurface" /> diff --git a/app/src/main/res/layout/mediathek_filter_content.xml b/app/src/main/res/layout/mediathek_filter_content.xml index 0605d993..8d1e8a2a 100644 --- a/app/src/main/res/layout/mediathek_filter_content.xml +++ b/app/src/main/res/layout/mediathek_filter_content.xml @@ -10,19 +10,12 @@ + app:startIconDrawable="@drawable/ic_baseline_search_24"> - + android:paddingVertical="0dp" />