Merge pull request #6438 from TeamNewPipe/fix/metadataView

Increase width of metadata text view
pull/6432/head
Tobi 2021-06-07 21:39:24 +02:00 zatwierdzone przez GitHub
commit 509f501696
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -294,8 +294,10 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
}
private fun showLongTapDialog(selectedItem: ChannelInfoItem) {
val commands = arrayOf(getString(R.string.share), getString(R.string.open_in_browser),
getString(R.string.unsubscribe))
val commands = arrayOf(
getString(R.string.share), getString(R.string.open_in_browser),
getString(R.string.unsubscribe)
)
val actions = DialogInterface.OnClickListener { _, i ->
when (i) {

Wyświetl plik

@ -12,7 +12,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_percent="0.23" />
app:layout_constraintGuide_percent="0.30" />
<TextView
android:id="@+id/metadata_type_view"

Wyświetl plik

@ -9,7 +9,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_percent="0.23" />
app:layout_constraintGuide_percent="0.30" />
<TextView
android:layout_width="0dp"