diff options
-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> |