Commit 2a71fe7b authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

Notification custom layouts: spacing of the timestamp.

Fixes spacing in Material (Holo will come later).

BUG=541617

Review URL: https://codereview.chromium.org/1418453003

Cr-Commit-Position: refs/heads/master@{#357075}
parent b0e82355
...@@ -35,8 +35,12 @@ ...@@ -35,8 +35,12 @@
android:id="@+id/time" android:id="@+id/time"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignBaseline="@id/title"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:singleLine="true" android:singleLine="true"
style="@style/WebNotificationTime"/> style="@style/WebNotificationTime"/>
......
...@@ -57,12 +57,16 @@ ...@@ -57,12 +57,16 @@
<TextView <TextView
android:id="@+id/time" android:id="@+id/time"
style="@style/WebNotificationTime"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignBaseline="@id/title"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:singleLine="true"/> android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:singleLine="true"
style="@style/WebNotificationTime"/>
</RelativeLayout> </RelativeLayout>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment