diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 4fd2e4075c..4e72260e9c 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -116,8 +116,7 @@ android:theme="@style/AppItemActivityTheme" android:excludeFromRecents="true" android:autoRemoveFromRecents="true" - android:exported="true" - android:label="@string/action_add_to_workspace" > + android:exported="true"> diff --git a/res/drawable/add_item_dialog_background.xml b/res/drawable/add_item_dialog_background.xml new file mode 100644 index 0000000000..04bde8f5a7 --- /dev/null +++ b/res/drawable/add_item_dialog_background.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/add_item_dialog_button_background.xml b/res/drawable/add_item_dialog_button_background.xml new file mode 100644 index 0000000000..1b4591f8c1 --- /dev/null +++ b/res/drawable/add_item_dialog_button_background.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/add_item_confirmation_activity.xml b/res/layout/add_item_confirmation_activity.xml index b1a1efe0ac..d5e7333614 100644 --- a/res/layout/add_item_confirmation_activity.xml +++ b/res/layout/add_item_confirmation_activity.xml @@ -17,70 +17,51 @@ */ --> - + + - - - - - - - - - - - - - - - + android:layout_marginVertical="16dp" /> + android:padding="8dp" + android:orientation="horizontal">