Skip to content
Snippets Groups Projects
Commit 0f55cbd6 authored by Brais Gabín's avatar Brais Gabín Committed by Geoffrey Métais
Browse files

Selection color in all the row


Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 691890d6
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingLeft="20dp"
android:paddingRight="20dp"
app:fastScrollEnabled="true"
app:fastScrollHorizontalThumbDrawable="@drawable/fastscroll_thumb_drawable"
app:fastScrollHorizontalTrackDrawable="@drawable/fastscroll_track_drawable"
......
......@@ -40,7 +40,10 @@
android:id="@+id/section_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:paddingLeft="28dp"
android:paddingTop="8dp"
android:paddingRight="28dp"
android:paddingBottom="8dp"
vlc:layout_constraintTop_toTopOf="parent"
android:singleLine="true"
android:text="@{header}"
......@@ -54,6 +57,7 @@
android:id="@+id/media_cover"
android:layout_height="@dimen/audio_browser_item_size"
android:layout_width="0dp"
android:layout_marginStart="20dp"
vlc:layout_constraintDimensionRatio="1"
vlc:layout_constraintTop_toBottomOf="@+id/section_header"
vlc:layout_constraintStart_toStartOf="parent"
......@@ -71,6 +75,8 @@
android:id="@+id/title"
android:layout_width="0dp"
android:layout_height="wrap_content"
vlc:layout_goneMarginStart="@dimen/default_margin_plus_audio_margin"
vlc:layout_goneMarginEnd="@dimen/default_margin_plus_audio_margin"
vlc:layout_constraintVertical_chainStyle="packed"
vlc:layout_constraintTop_toBottomOf="@+id/section_header"
vlc:layout_constraintStart_toEndOf="@+id/media_cover"
......@@ -98,6 +104,7 @@
android:id="@+id/item_more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="20dp"
vlc:layout_constraintEnd_toEndOf="parent"
vlc:layout_constraintTop_toTopOf="@+id/title"
vlc:layout_constraintBottom_toBottomOf="@+id/subtitle"
......
......@@ -3,6 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:background="?attr/background_default" />
\ No newline at end of file
......@@ -9,4 +9,6 @@
<dimen name="default_margin">16dp</dimen>
<dimen name="half_default_margin">8dp</dimen>
<dimen name="info_progress_end_margin">64dp</dimen>
<dimen name="default_margin_plus_audio_margin">36dp</dimen>
</resources>
\ No newline at end of file
......@@ -85,4 +85,6 @@
<dimen name="subs_dl_dialog_width">320dp</dimen>
<dimen name="subs_dl_dialog_height">170dp</dimen>
<dimen name="player_option_width">224dp</dimen>
<dimen name="default_margin_plus_audio_margin">28dp</dimen>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment