Merge pull request #7518 from mauriciocolli/remove-icon-duplicates

Remove icon duplicates and fix some theming issues
This commit is contained in:
litetex 2022-03-15 21:51:04 +01:00 committed by GitHub
commit 70a5f1ab0e
194 changed files with 337 additions and 1045 deletions

View file

@ -105,6 +105,7 @@
android:layout_height="24dp"
android:layout_marginStart="4dp"
app:srcCompat="@drawable/ic_arrow_drop_down"
app:tint="@color/drawer_header_font_color"
tools:ignore="ContentDescription" />
</LinearLayout>
</LinearLayout>

View file

@ -36,6 +36,7 @@
android:textColor="@color/duration_text_color"
android:textSize="@dimen/video_item_search_duration_text_size"
android:textStyle="bold"
app:drawableTint="@color/duration_text_color"
app:drawableTopCompat="@drawable/ic_playlist_play"
tools:ignore="RtlHardcoded"
tools:text="314159" />

View file

@ -37,6 +37,7 @@
android:textColor="@color/duration_text_color"
android:textSize="@dimen/video_item_search_duration_text_size"
android:textStyle="bold"
app:drawableTint="@color/duration_text_color"
app:drawableTopCompat="@drawable/ic_playlist_play"
tools:ignore="RtlHardcoded"
tools:text="314159" />

View file

@ -37,6 +37,7 @@
android:textColor="@color/duration_text_color"
android:textSize="@dimen/video_item_search_duration_text_size"
android:textStyle="bold"
app:drawableTint="@color/duration_text_color"
app:drawableTopCompat="@drawable/ic_playlist_play"
tools:ignore="RtlHardcoded"
tools:text="3141" />

View file

@ -695,11 +695,12 @@
android:indeterminate="false"
android:progressDrawable="@drawable/progress_circular_white" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/volumeImageView"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerInParent="true"
app:tint="@color/white"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_volume_up" />
</RelativeLayout>
@ -721,11 +722,12 @@
android:indeterminate="false"
android:progressDrawable="@drawable/progress_circular_white" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/brightnessImageView"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerInParent="true"
app:tint="@color/white"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_brightness_high" />
</RelativeLayout>