diff options
author | 2020-09-16 02:58:06 +0000 | |
---|---|---|
committer | 2020-09-16 02:58:06 +0000 | |
commit | cce7f88c777d2469d7a59d1cfc3fe85f9707184d (patch) | |
tree | a36b8d77dfb59749b0322a447d94b23659d0c8af | |
parent | 3d07b20e8cdf5e5aa96e6516503c23c7f464edf9 (diff) | |
parent | 345506749844d0b4cb0f9ca9d4883e32679ad69b (diff) |
Merge "[NBU review] Crate new folder , right align" into mainline-prod
-rw-r--r-- | res/layout/item_doc_header_message.xml | 12 |
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> |