mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Merge branch 'accessability' into 'master'
feat: add android:contentDescription. Closes #1181 See merge request videostreaming/grayjay!45
This commit is contained in:
commit
71f5449d34
68 changed files with 214 additions and 4 deletions
|
@ -22,6 +22,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingRight="20dp"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp" />
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingRight="20dp"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp" />
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingRight="20dp"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp" />
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/button_close"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_close"
|
||||
android:scaleType="fitCenter"
|
||||
android:padding="10dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
android:id="@+id/incognito_button"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_incognito_button"
|
||||
android:src="@drawable/ic_disabled_visible_purple"
|
||||
android:background="@drawable/background_button_round_black"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingRight="20dp"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp" />
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
@ -19,6 +20,7 @@
|
|||
android:id="@+id/button_help"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_help"
|
||||
app:srcCompat="@drawable/ic_help"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
@ -19,6 +20,7 @@
|
|||
android:id="@+id/button_help"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_help"
|
||||
app:srcCompat="@drawable/ic_help"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
@ -19,6 +20,7 @@
|
|||
android:id="@+id/button_help"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_help"
|
||||
app:srcCompat="@drawable/ic_help"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
@ -19,6 +20,7 @@
|
|||
android:id="@+id/button_help"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_help"
|
||||
app:srcCompat="@drawable/ic_help"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
@ -20,6 +21,7 @@
|
|||
android:id="@+id/button_help"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_help"
|
||||
app:srcCompat="@drawable/ic_help"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
@ -28,6 +30,7 @@
|
|||
android:id="@+id/image_polycentric"
|
||||
android:layout_height="80dp"
|
||||
android:layout_width="80dp"
|
||||
android:contentDescription="@string/cd_image_polycentric"
|
||||
android:scaleType="centerCrop"
|
||||
app:shapeAppearanceOverlay="@style/roundedCorners_40dp"
|
||||
app:srcCompat="@drawable/placeholder_profile"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingRight="20dp"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp" />
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_back_thin_white_16dp"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
android:id="@+id/button_cancel"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_button_close"
|
||||
app:srcCompat="@drawable/ic_close_thin"
|
||||
app:tint="#888888"
|
||||
android:layout_marginEnd="30dp" />
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
android:id="@+id/button_scan_qr"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_scan_qr"
|
||||
android:scaleType="centerCrop"
|
||||
app:srcCompat="@drawable/ic_qr"
|
||||
app:tint="@color/primary" />
|
||||
|
@ -109,6 +110,7 @@
|
|||
android:id="@+id/button_add"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_add"
|
||||
android:scaleType="centerCrop"
|
||||
app:srcCompat="@drawable/ic_add"
|
||||
app:tint="@color/primary"
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
android:id="@+id/image_device"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_image_device"
|
||||
app:srcCompat="@drawable/ic_chromecast"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -197,6 +198,7 @@
|
|||
android:id="@id/button_previous"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_previous"
|
||||
android:scaleType="centerCrop"
|
||||
android:clickable="true"
|
||||
android:padding="10dp"
|
||||
|
@ -206,6 +208,7 @@
|
|||
android:id="@+id/button_play"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_play"
|
||||
android:padding="20dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
|
@ -215,6 +218,7 @@
|
|||
android:id="@+id/button_pause"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_pause"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
|
@ -224,6 +228,7 @@
|
|||
android:id="@+id/button_stop"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_stop"
|
||||
android:scaleType="fitCenter"
|
||||
android:padding="5dp"
|
||||
android:clickable="true"
|
||||
|
@ -233,6 +238,7 @@
|
|||
android:id="@id/button_next"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_next"
|
||||
android:clickable="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:padding="10dp"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
android:id="@+id/update_spinner"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="100dp"
|
||||
android:contentDescription="@string/cd_update_spinner"
|
||||
app:srcCompat="@drawable/ic_update_animated" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
android:id="@+id/app_icon"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_app_icon"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -72,6 +73,7 @@
|
|||
android:id="@+id/button_cast"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_cast_button"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingTop="12dp"
|
||||
|
@ -84,6 +86,7 @@
|
|||
android:id="@+id/button_add"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_add"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingTop="7dp"
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
android:background="@drawable/rounded_outline"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
android:layout_marginStart="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -103,6 +104,7 @@
|
|||
android:id="@+id/button_sub_settings"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="@string/cd_button_settings"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -114,6 +116,7 @@
|
|||
android:id="@+id/button_subscribe"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_subscribe"
|
||||
android:layout_marginEnd="4dp"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
android:id="@+id/image_channel_thumbnail"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
app:srcCompat="@drawable/ic_peertube"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
android:id="@+id/button_clear_search"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_clear_search"
|
||||
android:paddingStart="18dp"
|
||||
android:paddingEnd="18dp"
|
||||
android:layout_gravity="right|center_vertical"
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<ImageView
|
||||
android:layout_width="26dp"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_search_icon"
|
||||
app:srcCompat="@drawable/ic_search_thin"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginStart="10dp"
|
||||
|
@ -65,6 +66,7 @@
|
|||
android:id="@+id/button_clear_search"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_clear_search"
|
||||
android:scaleType="fitCenter"
|
||||
app:srcCompat="@drawable/ic_close_thin"
|
||||
app:tint="@color/gray_ac"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="8dp"
|
||||
app:srcCompat="@drawable/ic_back_nav" />
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="8dp"
|
||||
app:srcCompat="@drawable/ic_back_nav" />
|
||||
|
@ -34,6 +35,7 @@
|
|||
android:id="@+id/button_cast"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_cast_button"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:paddingTop="9dp"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/app_icon"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_app_icon"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -37,6 +38,7 @@
|
|||
android:id="@+id/button_cast"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_cast_button"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingTop="12dp"
|
||||
|
@ -49,6 +51,7 @@
|
|||
android:id="@+id/button_search"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_search"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingTop="11dp"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
android:id="@+id/image_history"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_icon_history"
|
||||
app:srcCompat="@drawable/ic_clock_white"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
@ -119,6 +120,7 @@
|
|||
android:id="@+id/button_create_playlist"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_button_create_playlist"
|
||||
app:srcCompat="@drawable/ic_add_white_16dp"
|
||||
android:paddingEnd="15dp"
|
||||
android:paddingStart="15dp"
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
android:id="@+id/button_share"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_share"
|
||||
android:background="@drawable/background_button_round"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="5dp"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
android:id="@+id/button_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_back"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
app:srcCompat="@drawable/ic_back_white_24dp" />
|
||||
|
@ -27,6 +28,7 @@
|
|||
android:id="@+id/edit_search"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Search"
|
||||
android:layout_weight="1"
|
||||
android:inputType="text"
|
||||
android:imeOptions="actionDone"
|
||||
|
@ -37,6 +39,7 @@
|
|||
android:id="@+id/button_clear_search"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_clear_search"
|
||||
android:paddingStart="18dp"
|
||||
android:paddingEnd="18dp"
|
||||
android:layout_gravity="right|center_vertical"
|
||||
|
@ -48,6 +51,7 @@
|
|||
android:id="@+id/button_filter"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_filter"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
android:id="@+id/button_delete"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="0dp"
|
||||
android:src="@drawable/ic_trash"
|
||||
|
@ -56,6 +57,7 @@
|
|||
android:id="@+id/button_settings"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_settings"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:src="@drawable/ic_settings"
|
||||
|
@ -69,6 +71,7 @@
|
|||
android:id="@+id/image_group"
|
||||
android:layout_width="110dp"
|
||||
android:layout_height="70dp"
|
||||
android:contentDescription="@string/cd_image_group"
|
||||
android:adjustViewBounds="true"
|
||||
app:circularflow_defaultRadius="10dp"
|
||||
android:layout_marginLeft="30dp"
|
||||
|
@ -90,6 +93,7 @@
|
|||
<ImageButton
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_edit_image"
|
||||
android:padding="5dp"
|
||||
android:clickable="false"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -121,6 +125,7 @@
|
|||
<ImageButton
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_button_edit"
|
||||
android:padding="2dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_marginBottom="-5dp"
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
android:id="@+id/button_share"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_share"
|
||||
android:background="@drawable/background_button_round"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="5dp"
|
||||
|
@ -162,6 +163,7 @@
|
|||
android:id="@+id/button_edit"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_edit"
|
||||
android:background="@drawable/background_button_round"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="5dp"
|
||||
|
@ -177,6 +179,7 @@
|
|||
android:id="@+id/button_download"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_download"
|
||||
android:background="@drawable/background_button_round"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="10dp"
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
<com.futo.platformplayer.views.others.CreatorThumbnail
|
||||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp" />
|
||||
android:layout_height="27dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail" />
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -128,6 +129,7 @@
|
|||
android:id="@+id/image_like_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_like_icon"
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
|
@ -144,6 +146,7 @@
|
|||
android:id="@+id/image_dislike_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_dislike_icon"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="2dp"
|
||||
app:srcCompat="@drawable/ic_thumb_down" />
|
||||
|
@ -285,6 +288,7 @@
|
|||
android:id="@+id/button_share"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:contentDescription="@string/cd_button_share"
|
||||
android:background="@drawable/background_button_round"
|
||||
android:gravity="center"
|
||||
android:layout_marginStart="5dp"
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
android:id="@+id/minimize_play"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_minimize_play"
|
||||
android:padding="10dp"
|
||||
android:clickable="true"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -111,6 +112,7 @@
|
|||
android:id="@+id/minimize_pause"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_minimize_pause"
|
||||
android:padding="5dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
|
@ -119,6 +121,7 @@
|
|||
android:id="@+id/minimize_close"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_minimize_close"
|
||||
android:padding="5dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginStart="2dp"
|
||||
|
@ -337,7 +340,8 @@
|
|||
<com.futo.platformplayer.views.others.CreatorThumbnail
|
||||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp" />
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail" />
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
android:id="@+id/donation_amount"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_donation_amount"
|
||||
android:gravity="center"
|
||||
tools:text="$100" />
|
||||
</LinearLayout>
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
android:id="@+id/image_like_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_like_icon"
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
|
@ -116,6 +117,7 @@
|
|||
android:id="@+id/image_dislike_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_dislike_icon"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="2dp"
|
||||
app:srcCompat="@drawable/ic_thumb_down" />
|
||||
|
@ -134,6 +136,7 @@
|
|||
android:id="@+id/button_replies"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_replies"
|
||||
app:pillIcon="@drawable/ic_forum"
|
||||
app:pillText="55 Replies"
|
||||
android:layout_marginStart="15dp" />
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
android:id="@+id/button_replies"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_replies"
|
||||
app:pillIcon="@drawable/ic_forum"
|
||||
app:pillText="55 Replies"
|
||||
android:layout_marginStart="15dp" />
|
||||
|
@ -112,6 +113,7 @@
|
|||
android:id="@+id/pill_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="13dp"
|
||||
android:gravity="center_vertical"
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
android:id="@+id/button_subscribe"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_button_subscribe"
|
||||
android:layout_marginTop="10dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/text_channel_metadata"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -65,6 +66,7 @@
|
|||
android:id="@+id/platform_indicator"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:layout_marginTop="18dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/image_device"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_image_device"
|
||||
app:srcCompat="@drawable/ic_chromecast"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -63,6 +64,7 @@
|
|||
android:id="@+id/image_loader"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_image_loader"
|
||||
app:srcCompat="@drawable/ic_loader_animated"
|
||||
android:layout_marginEnd="8dp"/>
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
android:id="@+id/donation_author_image"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_donation_author_image"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
|
@ -173,6 +173,7 @@
|
|||
android:id="@+id/image_trash"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
app:srcCompat="@drawable/ic_trash_18dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingTop="10dp"
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
<com.futo.platformplayer.views.platform.PlatformIndicator
|
||||
android:id="@+id/platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp" />
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
|
@ -194,6 +194,7 @@
|
|||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="10dp"
|
||||
|
@ -272,6 +273,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_peertube"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -306,6 +306,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_margin="4dp" />
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/image_drag_drop"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_drag_drop"
|
||||
app:srcCompat="@drawable/ic_dragdrop_white"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingTop="10dp"
|
||||
|
@ -116,6 +117,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitXY"
|
||||
android:contentDescription="@string/cd_download_indicator"
|
||||
app:srcCompat="@drawable/download_for_offline" />
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
@ -174,6 +176,7 @@
|
|||
android:id="@+id/image_trash"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
app:srcCompat="@drawable/ic_trash_18dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingTop="10dp"
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_gravity="end"
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="10dp"
|
||||
|
@ -161,6 +162,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside" />
|
||||
</LinearLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
android:id="@+id/button_trash"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
app:srcCompat="@drawable/ic_trash"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
android:id="@+id/platform_indicator"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside"
|
||||
android:layout_marginEnd="8dp"
|
||||
app:layout_constraintTop_toTopOf="@id/image_author_thumbnail"
|
||||
|
@ -157,6 +158,7 @@
|
|||
android:id="@+id/image_like_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_like_icon"
|
||||
app:srcCompat="@drawable/ic_thumb_up" />
|
||||
|
||||
<TextView
|
||||
|
@ -173,6 +175,7 @@
|
|||
android:id="@+id/image_dislike_icon"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/cd_image_dislike_icon"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="2dp"
|
||||
app:srcCompat="@drawable/ic_thumb_down" />
|
||||
|
@ -202,6 +205,7 @@
|
|||
android:id="@+id/image_comments"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:contentDescription="@string/Replies"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="2dp"
|
||||
app:srcCompat="@drawable/ic_forum" />
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
android:id="@+id/platform_indicator"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_peertube"
|
||||
android:layout_marginEnd="8dp"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
android:id="@+id/image_source"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:srcCompat="@drawable/ic_peertube"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
android:id="@+id/image_source"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:srcCompat="@drawable/ic_peertube"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
android:id="@+id/image_drag_drop"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_drag_drop"
|
||||
app:srcCompat="@drawable/ic_dragdrop_white"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingTop="10dp"
|
||||
|
@ -34,6 +35,7 @@
|
|||
android:id="@+id/image_source"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:srcCompat="@drawable/ic_peertube"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="46dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
android:layout_marginStart="20dp"/>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -42,7 +43,8 @@
|
|||
<com.futo.platformplayer.views.platform.PlatformIndicator
|
||||
android:id="@+id/platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp" />
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator" />
|
||||
<TextView
|
||||
android:id="@+id/text_meta"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -60,6 +62,7 @@
|
|||
android:id="@+id/button_settings"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_settings"
|
||||
app:srcCompat="@drawable/ic_settings"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingStart="5dp"
|
||||
|
@ -70,6 +73,7 @@
|
|||
android:id="@+id/button_trash"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
app:srcCompat="@drawable/ic_trash"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingStart="5dp"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
android:id="@+id/thumb"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_drag_drop"
|
||||
android:padding="12dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
@ -25,6 +26,7 @@
|
|||
android:id="@+id/image"
|
||||
android:layout_width="75dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_image_group"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@id/thumb"
|
||||
|
@ -77,6 +79,7 @@
|
|||
android:id="@+id/button_trash"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_delete"
|
||||
android:layout_marginRight="10dp"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
android:id="@+id/image_drag_drop"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_drag_drop"
|
||||
app:srcCompat="@drawable/ic_dragdrop_white"
|
||||
android:scaleType="fitCenter"
|
||||
android:paddingTop="10dp"
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="10dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -205,6 +206,7 @@
|
|||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_download"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/download_for_offline" />
|
||||
</FrameLayout>
|
||||
|
@ -213,6 +215,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_peertube" />
|
||||
</LinearLayout>
|
||||
|
@ -230,6 +233,7 @@
|
|||
android:id="@+id/button_add_to_watch_later"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="@string/cd_button_add_to_watch_later"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:background="@drawable/edit_text_background"
|
||||
app:srcCompat="@drawable/ic_clock_white" />
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
android:id="@+id/thumbnail_platform_nested"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_margin="5dp"
|
||||
|
@ -173,6 +174,7 @@
|
|||
android:id="@+id/creator_thumbnail"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="10dp"
|
||||
|
@ -242,6 +244,7 @@
|
|||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_button_download"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/download_for_offline" />
|
||||
</FrameLayout>
|
||||
|
@ -250,6 +253,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:scaleType="centerInside"
|
||||
tools:src="@drawable/ic_peertube"/>
|
||||
</LinearLayout>
|
||||
|
@ -267,6 +271,7 @@
|
|||
android:id="@+id/button_add_to_watch_later"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="@string/cd_button_add_to_watch_later"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:background="@drawable/edit_text_background"
|
||||
app:srcCompat="@drawable/ic_clock_white" />
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_download_indicator"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/download_for_offline" />
|
||||
</FrameLayout>
|
||||
|
@ -112,6 +113,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_gravity="end"
|
||||
|
@ -188,6 +190,7 @@
|
|||
android:id="@+id/button_add_to_watch_later"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="27dp"
|
||||
android:contentDescription="@string/cd_button_add_to_watch_later"
|
||||
android:src="@drawable/ic_clock_white"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingBottom="6dp"
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/cd_download_indicator"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/download_for_offline" />
|
||||
</FrameLayout>
|
||||
|
@ -112,6 +113,7 @@
|
|||
android:id="@+id/thumbnail_platform"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_gravity="end"
|
||||
|
@ -227,6 +229,7 @@
|
|||
android:id="@+id/button_add_to_watch_later"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="27dp"
|
||||
android:contentDescription="@string/cd_button_add_to_watch_later"
|
||||
android:src="@drawable/ic_clock_white"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingBottom="6dp"
|
||||
|
@ -320,6 +323,7 @@
|
|||
android:id="@+id/thumbnail_platform_nested"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:contentDescription="@string/cd_platform_indicator"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_margin="4dp" />
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
android:id="@+id/button_close"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_close"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_margin="7dp"
|
||||
|
@ -126,6 +127,7 @@
|
|||
android:scaleType="fitCenter"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_margin="20dp"
|
||||
|
@ -159,6 +161,7 @@
|
|||
android:id="@+id/donation_amount"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/cd_donation_amount"
|
||||
android:gravity="center"
|
||||
tools:text="$100" />
|
||||
</LinearLayout>
|
||||
|
@ -229,6 +232,7 @@
|
|||
android:scaleType="fitCenter"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_creator_thumbnail"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginStart="-20dp"
|
||||
android:src="@drawable/placeholder_profile" />
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
android:id="@+id/button_close"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_close"
|
||||
android:padding="5dp"
|
||||
android:src="@drawable/ic_close" />
|
||||
</LinearLayout>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
android:id="@+id/thumbnail_player_unmute"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:contentDescription="@string/cd_thumbnail_player_unmute"
|
||||
android:padding="7dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="@color/transparent"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/button_minimize"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_minimize"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="3dp"
|
||||
|
@ -33,6 +34,7 @@
|
|||
android:id="@+id/button_autoplay"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_autoplay"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -41,6 +43,7 @@
|
|||
android:id="@+id/button_cast"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_cast_button"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -49,6 +52,7 @@
|
|||
android:id="@+id/button_rotate_lock"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_rotate_lock"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -57,6 +61,7 @@
|
|||
android:id="@+id/button_loop"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_loop"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -65,6 +70,7 @@
|
|||
android:id="@+id/button_settings"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_settings"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -75,6 +81,7 @@
|
|||
android:id="@+id/button_previous"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_previous"
|
||||
android:scaleType="centerCrop"
|
||||
android:clickable="true"
|
||||
android:layout_marginRight="40dp"
|
||||
|
@ -118,6 +125,7 @@
|
|||
android:id="@+id/button_next"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_next"
|
||||
android:clickable="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:padding="5dp"
|
||||
|
@ -131,6 +139,7 @@
|
|||
android:id="@+id/button_fullscreen"
|
||||
android:layout_width="55dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_fullscreen"
|
||||
android:clickable="true"
|
||||
app:srcCompat="@drawable/ic_expand"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
android:id="@+id/button_minimize"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_minimize"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:scaleType="fitCenter"
|
||||
|
@ -61,6 +62,7 @@
|
|||
android:id="@+id/button_autoplay"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_autoplay"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -69,6 +71,7 @@
|
|||
android:id="@+id/button_cast"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_cast_button"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -77,6 +80,7 @@
|
|||
android:id="@+id/button_rotate_lock"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_rotate_lock"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -85,6 +89,7 @@
|
|||
android:id="@+id/button_loop"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_loop"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -93,6 +98,7 @@
|
|||
android:id="@+id/button_settings"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="@string/cd_button_settings"
|
||||
android:scaleType="fitCenter"
|
||||
android:clickable="true"
|
||||
android:padding="12dp"
|
||||
|
@ -103,6 +109,7 @@
|
|||
android:id="@+id/button_previous"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_previous"
|
||||
android:scaleType="centerCrop"
|
||||
android:clickable="true"
|
||||
android:layout_marginRight="40dp"
|
||||
|
@ -146,6 +153,7 @@
|
|||
android:id="@+id/button_next"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
android:contentDescription="@string/cd_button_next"
|
||||
android:clickable="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:padding="5dp"
|
||||
|
@ -159,6 +167,7 @@
|
|||
android:id="@+id/button_fullscreen"
|
||||
android:layout_width="55dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/cd_button_fullscreen"
|
||||
android:clickable="true"
|
||||
app:srcCompat="@drawable/ic_expand"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
|
|
|
@ -810,6 +810,64 @@
|
|||
<string name="scroll_to_top">Scroll to top</string>
|
||||
<string name="disable_battery_optimization">Disable Battery Optimization</string>
|
||||
<string name="click_to_go_to_battery_optimization_settings_disabling_battery_optimization_will_prevent_the_os_from_killing_media_sessions">Click to go to battery optimization settings. Disabling battery optimization will prevent the OS from killing media sessions.</string>
|
||||
<string name="cd_cast_button">Cast button</string>
|
||||
<string name="cd_incognito_button">Incognito button</string>
|
||||
<string name="cd_creator_thumbnail">Creator thumbnail</string>
|
||||
<string name="cd_button_clear_search">Clear search</string>
|
||||
<string name="cd_button_search">Search</string>
|
||||
<string name="cd_search_icon">Search icon</string>
|
||||
<string name="cd_button_back">Back button</string>
|
||||
<string name="cd_app_icon">App icon</string>
|
||||
<string name="cd_icon_history">History icon</string>
|
||||
<string name="cd_button_create_playlist">Create playlist</string>
|
||||
<string name="cd_button_share">Share</string>
|
||||
<string name="cd_button_filter">Filter</string>
|
||||
<string name="cd_button_delete">Delete</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_image_group">Group image</string>
|
||||
<string name="cd_button_edit">Edit</string>
|
||||
<string name="cd_button_download">Download</string>
|
||||
<string name="cd_minimize_close">Close</string>
|
||||
<string name="cd_minimize_pause">Pause</string>
|
||||
<string name="cd_minimize_play">Play</string>
|
||||
<string name="cd_donation_amount">Donation amount</string>
|
||||
<string name="cd_button_replies">Replies</string>
|
||||
<string name="cd_image_like_icon">Like</string>
|
||||
<string name="cd_image_dislike_icon">Dislike</string>
|
||||
<string name="cd_button_subscribe">Subscribe</string>
|
||||
<string name="cd_platform_indicator">Platform indicator</string>
|
||||
<string name="cd_image_device">Device icon</string>
|
||||
<string name="cd_image_loader">Loader</string>
|
||||
<string name="cd_donation_author_image">Donation author's image</string>
|
||||
<string name="cd_edit_image">Edit image</string>
|
||||
<string name="cd_button_add">Add</string>
|
||||
<string name="cd_download_indicator">Download indicator</string>
|
||||
<string name="cd_drag_drop">Drag and drop</string>
|
||||
<string name="cd_button_add_to_watch_later">Add to Watch Later</string>
|
||||
<string name="cd_button_close">Close</string>
|
||||
<string name="cd_thumbnail_player_unmute">Unmute</string>
|
||||
<string name="cd_button_minimize">Minimize</string>
|
||||
<string name="cd_button_rotate_lock">Lock rotation</string>
|
||||
<string name="cd_button_loop">Loop</string>
|
||||
<string name="cd_button_previous">Previous</string>
|
||||
<string name="cd_button_next">Next</string>
|
||||
<string name="cd_button_fullscreen">Fullscreen</string>
|
||||
<string name="cd_button_autoplay">Autoplay</string>
|
||||
<string name="cd_update_spinner">Update spinner</string>
|
||||
<string name="cd_button_play">Play</string>
|
||||
<string name="cd_button_pause">Pause</string>
|
||||
<string name="cd_button_stop">Stop</string>
|
||||
<string name="cd_button_scan_qr">Scan QR code</string>
|
||||
<string name="cd_button_help">Help</string>
|
||||
<string name="cd_image_polycentric">Change Polycentric profile picture</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string name="cd_button_settings">Settings</string>
|
||||
<string-array name="home_screen_array">
|
||||
<item>Recommendations</item>
|
||||
<item>Subscriptions</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue