1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Merge pull request #6438 from TeamNewPipe/fix/metadataView

Increase width of metadata text view
This commit is contained in:
Tobi 2021-06-07 21:39:24 +02:00 committed by GitHub
commit 509f501696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -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) {

View File

@ -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"

View File

@ -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"