Merge "[GAR] Change the text color for "Airplane mode is on" message to follow the GAR" into sc-dev am: 8081c1fbdc am: bc3f743d58

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14501879

Change-Id: If84c10273bc2a20057bf6b5d709e1064f4ef32e3
This commit is contained in:
Betty Chang
2021-05-12 10:17:19 +00:00
committed by Automerger Merge Worker

View File

@@ -24,6 +24,7 @@
<TextView <TextView
android:text="@string/condition_airplane_title" android:text="@string/condition_airplane_title"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"