Fix Dark elements in Light Theme
This commit is contained in:
parent
a9808628e9
commit
a8de222577
288 changed files with 327 additions and 560 deletions
|
|
@ -21,12 +21,15 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ToolbarTheme"
|
||||
app:layout_scrollFlags="scroll|enterAlways" />
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
app:tabTextColor="@color/modeColor"
|
||||
app:tabIndicatorColor="@color/modeColor" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@
|
|||
android:focusable="true"
|
||||
android:scaleType="fitXY"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_repeat_white_24dp"
|
||||
app:srcCompat="@drawable/ic_repeat"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
android:focusable="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_previous_white_24dp"
|
||||
app:srcCompat="@drawable/ic_previous"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<ImageButton
|
||||
|
|
@ -225,7 +225,7 @@
|
|||
android:focusable="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_pause_white_24dp"
|
||||
app:srcCompat="@drawable/ic_pause"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<ProgressBar
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
android:focusable="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_next_white_24dp"
|
||||
app:srcCompat="@drawable/ic_next"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<ImageButton
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
android:focusable="true"
|
||||
android:scaleType="fitXY"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_shuffle_white_24dp"
|
||||
app:srcCompat="@drawable/ic_shuffle"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="?attr/ic_asterisk" />
|
||||
tools:src="@drawable/ic_asterisk" />
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/group_name_input_container"
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
android:minWidth="0dp"
|
||||
android:scaleType="centerInside"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="?attr/ic_delete"
|
||||
app:srcCompat="@drawable/ic_delete"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
app:srcCompat="?attr/ic_playlist_add"
|
||||
app:srcCompat="@drawable/ic_playlist_add"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginStart="4dp"
|
||||
app:srcCompat="@drawable/ic_arrow_drop_down_white_24dp"
|
||||
app:srcCompat="@drawable/ic_arrow_drop_down"
|
||||
tools:ignore="ContentDescription" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
android:layout_height="14dp"
|
||||
android:layout_gravity="center"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="?attr/ic_add"
|
||||
app:srcCompat="@drawable/ic_add"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
android:paddingBottom="2dp"
|
||||
android:scaleType="fitCenter"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="?attr/ic_fastfood" />
|
||||
tools:src="@drawable/ic_fastfood" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="16dp"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:src="?attr/ic_kiosk_hot" />
|
||||
tools:src="@drawable/ic_kiosk_hot" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/group_name"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
android:paddingTop="12dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingBottom="12dp"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</RelativeLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginRight="16dp"
|
||||
app:srcCompat="?attr/ic_expand_more"
|
||||
app:srcCompat="@drawable/ic_expand_more"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@
|
|||
android:focusable="true"
|
||||
app:backgroundTint="?attr/colorPrimary"
|
||||
app:fabSize="auto"
|
||||
app:srcCompat="?attr/ic_add" />
|
||||
app:srcCompat="@drawable/ic_add" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
app:srcCompat="?attr/ic_refresh"
|
||||
app:srcCompat="@drawable/ic_refresh"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<View
|
||||
|
|
|
|||
|
|
@ -46,6 +46,6 @@
|
|||
android:focusable="true"
|
||||
app:backgroundTint="?attr/colorPrimary"
|
||||
app:fabSize="auto"
|
||||
app:srcCompat="?attr/ic_add" />
|
||||
app:srcCompat="@drawable/ic_add" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:tabIconTint="@color/modeColor"
|
||||
app:tabIndicatorColor="@color/modeColor"
|
||||
app:tabGravity="fill"
|
||||
app:tabMinWidth="60dp" />
|
||||
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
android:layout_gravity="top|end"
|
||||
android:layout_marginTop="11dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
app:srcCompat="@drawable/ic_expand_more_white_24dp"
|
||||
app:srcCompat="@drawable/ic_expand_more"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -321,7 +321,7 @@
|
|||
android:text="@string/rss_button_title"
|
||||
android:textSize="12sp"
|
||||
android:theme="@style/RedButton"
|
||||
app:drawableLeftCompat="@drawable/ic_rss_feed_white_24dp"
|
||||
app:drawableLeftCompat="@drawable/ic_rss_feed"
|
||||
tools:ignore="RtlHardcoded"
|
||||
android:visibility="gone"/>-->
|
||||
</LinearLayout>
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
android:layout_height="@dimen/video_item_detail_like_image_height"
|
||||
android:layout_below="@id/detail_view_count_view"
|
||||
android:contentDescription="@string/detail_likes_img_view_description"
|
||||
app:srcCompat="?attr/ic_thumb_up" />
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_thumbs_up_count_view"
|
||||
|
|
@ -379,7 +379,7 @@
|
|||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@id/detail_thumbs_up_count_view"
|
||||
android:contentDescription="@string/detail_dislikes_img_view_description"
|
||||
app:srcCompat="?attr/ic_thumb_down"
|
||||
app:srcCompat="@drawable/ic_thumb_down"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<TextView
|
||||
|
|
@ -436,7 +436,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/controls_add_to_playlist_title"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_playlist_add" />
|
||||
app:drawableTopCompat="@drawable/ic_playlist_add" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_controls_background"
|
||||
|
|
@ -452,7 +452,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/controls_background_title"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_headset" />
|
||||
app:drawableTopCompat="@drawable/ic_headset" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_controls_popup"
|
||||
|
|
@ -468,7 +468,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/controls_popup_title"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_popup" />
|
||||
app:drawableTopCompat="@drawable/ic_picture_in_picture" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_controls_download"
|
||||
|
|
@ -484,7 +484,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/download"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_file_download" />
|
||||
app:drawableTopCompat="@drawable/ic_file_download" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
@ -513,7 +513,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/share"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_share" />
|
||||
app:drawableTopCompat="@drawable/ic_share" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_controls_open_in_browser"
|
||||
|
|
@ -529,7 +529,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/open_in_browser"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_language" />
|
||||
app:drawableTopCompat="@drawable/ic_language" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_controls_play_with_kodi"
|
||||
|
|
@ -545,7 +545,7 @@
|
|||
android:paddingVertical="@dimen/detail_control_padding"
|
||||
android:text="@string/play_with_kodi_title"
|
||||
android:textSize="@dimen/detail_control_text_size"
|
||||
app:drawableTopCompat="?attr/ic_cast" />
|
||||
app:drawableTopCompat="@drawable/ic_cast" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
@ -589,6 +589,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|center"
|
||||
app:tabIndicatorGravity="top"
|
||||
app:tabIconTint="?attr/colorAccent"
|
||||
app:tabBackground="?attr/windowBackground"
|
||||
app:tabGravity="fill"
|
||||
|
|
@ -601,7 +602,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:alpha="0.9"
|
||||
android:background="?attr/windowBackground">
|
||||
android:background="?attr/windowBackground"
|
||||
android:theme="@style/ContrastTintTheme">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/overlay_thumbnail"
|
||||
|
|
@ -678,7 +680,7 @@
|
|||
android:scaleType="center"
|
||||
android:focusable="true"
|
||||
android:focusedByDefault="true"
|
||||
app:srcCompat="?attr/ic_play_arrow"
|
||||
app:srcCompat="@drawable/ic_play_arrow"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<ImageButton
|
||||
|
|
@ -689,7 +691,7 @@
|
|||
android:background="?attr/selectableItemBackground"
|
||||
android:padding="10dp"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="?attr/ic_close"
|
||||
app:srcCompat="@drawable/ic_close"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -28,5 +28,5 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
tools:src="?attr/ic_bookmark" />
|
||||
tools:src="@drawable/ic_bookmark" />
|
||||
</LinearLayout>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
android:paddingTop="12dp"
|
||||
android:paddingRight="10dp"
|
||||
android:paddingBottom="12dp"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</RelativeLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:theme="@style/ContrastTintTheme">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/suggestion_search"
|
||||
|
|
@ -29,7 +30,7 @@
|
|||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:src="?attr/ic_history" />
|
||||
tools:src="@drawable/ic_history" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_suggestion_query"
|
||||
|
|
@ -63,7 +64,7 @@
|
|||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
app:srcCompat="?attr/ic_search_add"
|
||||
app:srcCompat="@drawable/ic_search_add"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="16dp"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:src="?attr/ic_kiosk_hot" />
|
||||
tools:src="@drawable/ic_kiosk_hot" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tabName"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
android:paddingTop="12dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingBottom="12dp"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</RelativeLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="?dialogPreferredPadding"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:src="?attr/ic_kiosk_hot" />
|
||||
tools:src="@drawable/ic_kiosk_hot" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tabName"
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
android:layout_below="@id/itemCommentContentView"
|
||||
android:layout_toRightOf="@+id/itemThumbnailView"
|
||||
android:contentDescription="@string/detail_likes_img_view_description"
|
||||
app:srcCompat="?attr/ic_thumb_up" />
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_thumbs_up_count_view"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
android:layout_below="@id/itemCommentContentView"
|
||||
android:layout_toRightOf="@+id/itemThumbnailView"
|
||||
android:contentDescription="@string/detail_likes_img_view_description"
|
||||
app:srcCompat="?attr/ic_thumb_up" />
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/detail_thumbs_up_count_view"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
android:textColor="@color/duration_text_color"
|
||||
android:textSize="@dimen/video_item_search_duration_text_size"
|
||||
android:textStyle="bold"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play_white_24dp"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play"
|
||||
tools:ignore="RtlHardcoded"
|
||||
tools:text="314159" />
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
android:textColor="@color/duration_text_color"
|
||||
android:textSize="@dimen/video_item_search_duration_text_size"
|
||||
android:textStyle="bold"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play_white_24dp"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play"
|
||||
tools:ignore="RtlHardcoded"
|
||||
tools:text="314159" />
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
android:textColor="@color/duration_text_color"
|
||||
android:textSize="@dimen/video_item_search_duration_text_size"
|
||||
android:textStyle="bold"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play_white_24dp"
|
||||
app:drawableTopCompat="@drawable/ic_playlist_play"
|
||||
tools:ignore="RtlHardcoded"
|
||||
tools:text="3141" />
|
||||
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
android:paddingStart="?attr/listPreferredItemPaddingLeft"
|
||||
android:paddingEnd="?attr/listPreferredItemPaddingRight"
|
||||
android:textColor="?attr/textColorAlertDialogListItem"
|
||||
tools:drawableLeft="?attr/ic_play_arrow"
|
||||
tools:drawableLeft="@drawable/ic_play_arrow"
|
||||
tools:text="Lorem ipsum dolor sit amet" />
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
android:contentDescription="@string/detail_drag_description"
|
||||
android:paddingLeft="@dimen/video_item_search_image_right_margin"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="RtlHardcoded,RtlSymmetry" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
android:contentDescription="@string/detail_drag_description"
|
||||
android:paddingLeft="@dimen/video_item_search_image_right_margin"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="RtlHardcoded,RtlSymmetry" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
android:layout_marginRight="1dp"
|
||||
android:contentDescription="TODO"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="@drawable/ic_more_vert_white_24dp" />
|
||||
app:srcCompat="@drawable/ic_more_vert" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
android:layout_marginRight="4dp"
|
||||
android:contentDescription="TODO"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_more_vert_white_24dp" />
|
||||
app:srcCompat="@drawable/ic_more_vert" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
android:padding="8dp"
|
||||
android:scaleType="centerInside"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="?attr/ic_rss" />
|
||||
tools:src="@drawable/ic_rss_feed" />
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
android:layout_gravity="top|center_horizontal"
|
||||
android:layout_marginTop="4dp"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_done_white_24dp"
|
||||
app:srcCompat="@drawable/ic_done"
|
||||
tools:ignore="ContentDescription" />
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:padding="@dimen/video_item_search_image_right_margin"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
app:srcCompat="@drawable/ic_drag_handle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
android:gravity="center">
|
||||
android:gravity="center"
|
||||
android:theme="@style/WhiteTintTheme" >
|
||||
|
||||
<org.schabi.newpipe.views.ExpandableSurfaceView
|
||||
android:id="@+id/surfaceView"
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_close_white_24dp"
|
||||
app:srcCompat="@drawable/ic_close"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -189,7 +190,7 @@
|
|||
android:paddingBottom="3dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_list_white_24dp"
|
||||
app:srcCompat="@drawable/ic_list"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -206,7 +207,7 @@
|
|||
android:paddingBottom="3dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_format_list_numbered_white_24"
|
||||
app:srcCompat="@drawable/ic_format_list_numbered"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -218,7 +219,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_expand_more_white_24dp"
|
||||
app:srcCompat="@drawable/ic_expand_more"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -281,7 +282,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_cast_white_24dp"
|
||||
app:srcCompat="@drawable/ic_cast"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -295,7 +296,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_language_white_24dp"
|
||||
app:srcCompat="@drawable/ic_language"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -309,7 +310,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_share_white_24dp"
|
||||
app:srcCompat="@drawable/ic_share"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -322,7 +323,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_volume_off_white_24dp"
|
||||
app:srcCompat="@drawable/ic_volume_off"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -335,7 +336,7 @@
|
|||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_fullscreen_white_24dp"
|
||||
app:srcCompat="@drawable/ic_fullscreen"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
|
@ -412,7 +413,7 @@
|
|||
android:padding="@dimen/player_main_buttons_padding"
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_fullscreen_white_24dp"
|
||||
app:srcCompat="@drawable/ic_fullscreen"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
tools:visibility="visible" />
|
||||
</LinearLayout>
|
||||
|
|
@ -435,7 +436,7 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_previous_white_24dp"
|
||||
app:srcCompat="@drawable/ic_previous"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
|
||||
|
|
@ -446,7 +447,7 @@
|
|||
android:layout_weight="1"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_pause_white_24dp"
|
||||
app:srcCompat="@drawable/ic_pause"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
|
|
@ -459,7 +460,7 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_next_white_24dp"
|
||||
app:srcCompat="@drawable/ic_next"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -510,7 +511,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="?attr/ic_close" />
|
||||
app:srcCompat="@drawable/ic_close" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/repeatButton"
|
||||
|
|
@ -542,7 +543,7 @@
|
|||
android:padding="10dp"
|
||||
android:scaleType="fitXY"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:srcCompat="@drawable/ic_shuffle_white_24dp"
|
||||
app:srcCompat="@drawable/ic_shuffle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
@ -576,7 +577,7 @@
|
|||
android:padding="15dp"
|
||||
android:visibility="gone"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="@drawable/ic_fast_rewind_white_24dp"
|
||||
tools:src="@drawable/ic_fast_rewind"
|
||||
tools:visibility="visible" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
@ -625,7 +626,7 @@
|
|||
android:layout_height="70dp"
|
||||
android:layout_centerInParent="true"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="@drawable/ic_volume_up_white_24dp" />
|
||||
tools:src="@drawable/ic_volume_up" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
|
|
@ -651,7 +652,7 @@
|
|||
android:layout_height="70dp"
|
||||
android:layout_centerInParent="true"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="@drawable/ic_brightness_high_white_24dp" />
|
||||
tools:src="@drawable/ic_brightness" />
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
app:backgroundTint="@color/light_youtube_primary_color"
|
||||
app:borderWidth="0dp"
|
||||
app:fabSize="normal"
|
||||
app:srcCompat="@drawable/ic_close_white_24dp" />
|
||||
app:srcCompat="@drawable/ic_close" />
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
android:text="@string/controls_background_title"
|
||||
android:textColor="?attr/colorAccent"
|
||||
android:textSize="@dimen/channel_rss_title_size"
|
||||
app:drawableLeftCompat="?attr/ic_headset"
|
||||
app:drawableStartCompat="?attr/ic_headset" />
|
||||
app:drawableLeftCompat="@drawable/ic_headset"
|
||||
app:drawableStartCompat="@drawable/ic_headset" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
android:text="@string/controls_popup_title"
|
||||
android:textColor="?attr/colorAccent"
|
||||
android:textSize="@dimen/channel_rss_title_size"
|
||||
app:drawableLeftCompat="?attr/ic_popup"
|
||||
app:drawableStartCompat="?attr/ic_popup" />
|
||||
app:drawableLeftCompat="@drawable/ic_picture_in_picture"
|
||||
app:drawableStartCompat="@drawable/ic_picture_in_picture" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:tint="?android:textColorPrimary"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:src="@drawable/ic_previous_white_24dp" />
|
||||
tools:src="@drawable/ic_previous" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/notificationActionTitle"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
app:srcCompat="?attr/ic_filter_list"
|
||||
app:srcCompat="@drawable/ic_filter_list"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="?attr/ic_volume_off"
|
||||
app:srcCompat="@drawable/ic_volume_off"
|
||||
tools:ignore="ContentDescription,RtlHardcoded" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
android:layout_gravity="center"
|
||||
android:contentDescription="@string/search"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="?attr/ic_close"
|
||||
app:srcCompat="@drawable/ic_close"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
</FrameLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue