mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
feat:show rating on song view and allow setting/updating. #17 fixed a fr string error
This commit is contained in:
parent
c9e0581815
commit
5fa46cc49b
5 changed files with 37 additions and 9 deletions
|
|
@ -108,12 +108,10 @@
|
|||
android:id="@+id/rating_container"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical"
|
||||
app:layout_constraintEnd_toStartOf="@+id/button_favorite"
|
||||
android:gravity="center"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/player_artist_name_label">
|
||||
|
||||
|
|
@ -134,7 +132,7 @@
|
|||
android:layout_marginStart="8dp"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?attr/colorOnSurfaceVariant"
|
||||
android:text="Not rated"/>
|
||||
android:text=""/>
|
||||
</LinearLayout>
|
||||
|
||||
<ToggleButton
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@
|
|||
<string name="starred_sync_dialog_neutral_button">Continuer</string>
|
||||
<string name="starred_sync_dialog_positive_button">Continuer et télécharger</string>
|
||||
<string name="starred_sync_dialog_summary">Le téléchargement des titres favoris pourrer utiliser beaucoup de données.</string>
|
||||
<string name="starred_sync_dialog_title">Synchroniser les titres favoris</string>Sync starred tracks</string>
|
||||
<string name="starred_sync_dialog_title">Synchroniser les titres favoris</string>
|
||||
<string name="streaming_cache_storage_dialog_sub_summary">Veuillez redémarrer l\'app pour appliquer les changements.</string>
|
||||
<string name="streaming_cache_storage_dialog_summary">Modifier le chemin de stockage des fichiers mis en cache pourrait provoquer de tous les fichiers mis en cache précédemment.</string>
|
||||
<string name="streaming_cache_storage_dialog_title">Sélectionner une option de stockage</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue