summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
author Diksha Gohlyan <dikshag@google.com> 2020-09-16 02:58:06 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-09-16 02:58:06 +0000
commitcce7f88c777d2469d7a59d1cfc3fe85f9707184d (patch)
treea36b8d77dfb59749b0322a447d94b23659d0c8af /res/layout
parent3d07b20e8cdf5e5aa96e6516503c23c7f464edf9 (diff)
parent345506749844d0b4cb0f9ca9d4883e32679ad69b (diff)
Merge "[NBU review] Crate new folder , right align" into mainline-prod
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/item_doc_header_message.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/res/layout/item_doc_header_message.xml b/res/layout/item_doc_header_message.xml
index 25e69c8eb..416fbe9c4 100644
--- a/res/layout/item_doc_header_message.xml
+++ b/res/layout/item_doc_header_message.xml
@@ -99,20 +99,14 @@
android:layout_width="match_parent"
android:orientation="vertical">
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginStart="8dp"
- android:layout_marginEnd="8dp"
- android:background="?android:strokeColor"/>
-
<Button
android:id="@+id/action_button"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_marginStart="48dp"
- android:layout_gravity="start"
+ android:layout_marginEnd="16dp"
+ android:layout_gravity="end"
style="@style/DialogTextButton"/>
+
</LinearLayout>
</LinearLayout>