From fa3ea59e5dac3be310638f2e2b776951dfa2af94 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 28 七月 2017 11:50:56 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml index 810d1e3..977e8a9 100644 --- a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml @@ -16,8 +16,14 @@ --> <DateTimeView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android" - android:textAppearance="@style/TextAppearance.AppCompat.Notification.Time" + android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Time" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" + android:layout_weight="0" android:singleLine="true" + android:gravity="center" + android:paddingLeft="8dp" + android:paddingStart="8dp" /> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_part_time.xml --> \ No newline at end of file -- Gitblit v1.8.0