diff options
| author | 2018-05-02 02:20:44 -0700 | |
|---|---|---|
| committer | 2018-05-02 02:20:44 -0700 | |
| commit | 8f709bfea8db725144049b9c69149d0aa1e3cb56 (patch) | |
| tree | 8a3b23f76bd1382cfcd3e9e2bf26fe6f4455aac2 | |
| parent | 9ede3cc3bdf7118476ce29cf5411594392b59750 (diff) | |
| parent | dc617e0fb559c3d767cf2d910200507e3eb95ea3 (diff) | |
Merge "Remove margin from first line of remote history" into pi-dev
am: dc617e0fb5
Change-Id: I5b1c6fe1c22fe6658959e2dda100b794fe95d6b3
| -rw-r--r-- | core/res/res/layout/notification_material_reply_text.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/layout/notification_material_reply_text.xml b/core/res/res/layout/notification_material_reply_text.xml index dbf2dd008101..71632a206e3c 100644 --- a/core/res/res/layout/notification_material_reply_text.xml +++ b/core/res/res/layout/notification_material_reply_text.xml @@ -56,7 +56,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:layout_marginStart="@dimen/notification_content_margin_start" android:layout_marginEnd="@dimen/notification_content_margin_end"> <TextView android:id="@+id/notification_material_reply_text_1" @@ -72,7 +71,6 @@ android:layout_height="@dimen/messaging_group_sending_progress_size" android:layout_width="@dimen/messaging_group_sending_progress_size" android:layout_marginStart="@dimen/notification_content_margin_start" - android:layout_marginEnd="@dimen/notification_content_margin_end" android:layout_gravity="center" android:indeterminate="true" style="?android:attr/progressBarStyleSmall" /> |