Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d371c78 authored by Evan Laird's avatar Evan Laird Committed by Android (Google) Code Review
Browse files

Merge "[shade] marquee the battery remaining text if need be" into main

parents 98929da0 d66e6c08
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.systemui.statusbar.pipeline.battery.ui.composable

import androidx.compose.foundation.basicMarquee
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.height
@@ -67,6 +68,7 @@ fun BatteryWithEstimate(
                    color = textColor,
                    style = MaterialTheme.typography.bodyMediumEmphasized,
                    maxLines = 1,
                    modifier = Modifier.basicMarquee(iterations = 1),
                )
            }
        }