Merge "Single line for output switcher panel title" into rvc-dev am: 252b726d7b am: cc97e667de am: ad6e621808 am: 64074eb91e

Change-Id: Ib6a95d9170e3680c2811eafb292cabf19664303e
This commit is contained in:
TreeHugger Robot
2020-05-08 08:37:42 +00:00
committed by Automerger Merge Worker

View File

@@ -51,6 +51,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:gravity="center_vertical"
android:orientation="vertical"
android:paddingBottom="9dp"
@@ -59,6 +60,8 @@
android:id="@+id/header_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:textColor="?android:attr/textColorPrimary"
android:textSize="20sp"/>