Resolve concrete lint and backup configuration issues
This commit is contained in:
@@ -185,7 +185,7 @@ class ViewLogsFragment : Fragment(R.layout.fragment_view_logs) {
|
||||
maxLines = if (expanded) Int.MAX_VALUE else 1
|
||||
ellipsize = if (expanded) null else TextUtils.TruncateAt.END
|
||||
if (expanded) {
|
||||
breakStrategy = android.text.Layout.BREAK_STRATEGY_HIGH_QUALITY
|
||||
breakStrategy = android.graphics.text.LineBreaker.BREAK_STRATEGY_HIGH_QUALITY
|
||||
hyphenationFrequency = android.text.Layout.HYPHENATION_FREQUENCY_NONE
|
||||
}
|
||||
textSize = value.textSize
|
||||
|
||||
Reference in New Issue
Block a user