Minor aesthetic changes.

This commit is contained in:
GilesMunn 2022-10-02 13:26:15 +01:00
parent 02fbf2eda6
commit 0cf31945d4
4 changed files with 9 additions and 9 deletions

View File

@ -53,7 +53,7 @@ class TrendingAdapter(
textViewTitle.text = trending.title
textViewChannel.text =
trending.uploaderName + "" +
trending.views.formatShort() + " " +
trending.views.formatShort() + " views " +
DateUtils.getRelativeTimeSpanString(trending.uploaded!!)
thumbnailDuration.setFormattedDuration(trending.duration!!)
channelImage.setOnClickListener {

View File

@ -10,6 +10,7 @@
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/subscription_channel_image"
android:layout_marginStart="8dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true" />
@ -36,7 +37,7 @@
android:stateListAnimator="@null"
android:text="@string/unsubscribe"
android:textColor="?android:attr/textColorPrimary"
android:layout_marginEnd="8dp"
android:textSize="12sp"
app:cornerRadius="20dp"
app:elevation="20dp" />
app:cornerRadius="20dp"/>
</RelativeLayout>

View File

@ -63,11 +63,10 @@
style="@style/Widget.Material3.CardView.Elevated"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginStart="14dp"
android:layout_marginTop="5dp"
android:layout_marginEnd="8dp"
android:layout_marginEnd="14dp"
android:layout_marginBottom="12dp"
android:visibility="gone"
app:cardCornerRadius="18dp">
<LinearLayout

View File

@ -170,7 +170,7 @@
<string name="empty_instance">Fill in the name and the API URL.</string>
<string name="clear_customInstances">Clear added</string>
<string name="invalid_url">Please enter a URL that works</string>
<string name="version">V %1$s</string>
<string name="version">Version %1$s</string>
<string name="about_summary">Get to know team LibreTube and how it all happens.</string>
<string name="related_streams">Related content</string>
<string name="related_streams_summary">Show similar streams alongside what you watch.</string>
@ -226,7 +226,7 @@
<string name="chapters">Chapters</string>
<string name="change_playback_speed">Playback speed</string>
<string name="require_restart">App restart required</string>
<string name="require_restart_message">Restart the app ?</string>
<string name="require_restart_message">This change requires the app to be restarted. Press \'Ok\' to restart now.</string>
<string name="navLabelVisibility">Navbar label visibility</string>
<string name="always">Always</string>
<string name="selected">Selected</string>
@ -314,7 +314,7 @@
<string name="legacy_subscriptions">Legacy subscriptions view</string>
<string name="device_info">Device Info</string>
<string name="audio_video_summary">Quality and format</string>
<string name="delete">Delete</string>
<string name="delete">Delete from downloads</string>
<string name="trending_layout">Alternative trending layout</string>
<string name="renamePlaylist">Rename playlist</string>
<string name="wifi">Wi-Fi</string>