summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAnthony Chen <ajchen@google.com>2018-08-06 17:06:00 -0700
committerAnthony Chen <ajchen@google.com>2018-08-07 02:19:06 +0000
commit7c0678f2df2e8c3038d214c7f13bb7c026f9b905 (patch)
treef7aa681c15cb65b07f68d04829ee2a4e525f1259 /res
parent0a668ac38c1092a0a81f536958e74d8c1909369b (diff)
downloadSystemUpdater-7c0678f2df2e8c3038d214c7f13bb7c026f9b905.tar.gz
Update to new text styles from car support lib.
Bug: 112278117 Test: m -j SystemUpdater Change-Id: I63d034e6aace3e961ee25e15758c323a92d59483
Diffstat (limited to 'res')
-rw-r--r--res/layout/action_bar_with_button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/action_bar_with_button.xml b/res/layout/action_bar_with_button.xml
index 5a824ab..5dbf850 100644
--- a/res/layout/action_bar_with_button.xml
+++ b/res/layout/action_bar_with_button.xml
@@ -26,7 +26,7 @@
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/car_keyline_1"
android:gravity="center_vertical"
- android:textAppearance="@style/TextAppearance.Car.Title2"
+ android:textAppearance="@style/TextAppearance.Car.Body1.Medium"
android:text="@string/title"/>
<FrameLayout