diff --git a/res/drawable-hdpi/cling.9.png b/res/drawable-hdpi/cling.9.png index 42a889fb10..36fbfc8b6d 100644 Binary files a/res/drawable-hdpi/cling.9.png and b/res/drawable-hdpi/cling.9.png differ diff --git a/res/drawable-hdpi/cling_button.9.png b/res/drawable-hdpi/cling_button.9.png index 4dbe564330..e30838241d 100644 Binary files a/res/drawable-hdpi/cling_button.9.png and b/res/drawable-hdpi/cling_button.9.png differ diff --git a/res/drawable-hdpi/cling_button_pressed.9.png b/res/drawable-hdpi/cling_button_pressed.9.png index 2a85cabfae..4f9ca6f7a6 100644 Binary files a/res/drawable-hdpi/cling_button_pressed.9.png and b/res/drawable-hdpi/cling_button_pressed.9.png differ diff --git a/res/drawable-mdpi/cling.9.png b/res/drawable-mdpi/cling.9.png index f6f730d869..4c0f139eeb 100644 Binary files a/res/drawable-mdpi/cling.9.png and b/res/drawable-mdpi/cling.9.png differ diff --git a/res/drawable-mdpi/cling_button.9.png b/res/drawable-mdpi/cling_button.9.png index 38de60aeeb..a0b6f97352 100644 Binary files a/res/drawable-mdpi/cling_button.9.png and b/res/drawable-mdpi/cling_button.9.png differ diff --git a/res/drawable-mdpi/cling_button_pressed.9.png b/res/drawable-mdpi/cling_button_pressed.9.png index c60837d2a8..986e669443 100644 Binary files a/res/drawable-mdpi/cling_button_pressed.9.png and b/res/drawable-mdpi/cling_button_pressed.9.png differ diff --git a/res/drawable-xhdpi/cling.9.png b/res/drawable-xhdpi/cling.9.png index 9cc03c92c6..1cb468159f 100644 Binary files a/res/drawable-xhdpi/cling.9.png and b/res/drawable-xhdpi/cling.9.png differ diff --git a/res/drawable-xhdpi/cling_button.9.png b/res/drawable-xhdpi/cling_button.9.png index 1c93bc41fe..4192563b50 100644 Binary files a/res/drawable-xhdpi/cling_button.9.png and b/res/drawable-xhdpi/cling_button.9.png differ diff --git a/res/drawable-xhdpi/cling_button_pressed.9.png b/res/drawable-xhdpi/cling_button_pressed.9.png index b5d4aaea51..d3ce46977d 100644 Binary files a/res/drawable-xhdpi/cling_button_pressed.9.png and b/res/drawable-xhdpi/cling_button_pressed.9.png differ diff --git a/res/drawable-xxhdpi/cling.9.png b/res/drawable-xxhdpi/cling.9.png index 3dcf121300..7beae03bf4 100644 Binary files a/res/drawable-xxhdpi/cling.9.png and b/res/drawable-xxhdpi/cling.9.png differ diff --git a/res/drawable-xxhdpi/cling_button.9.png b/res/drawable-xxhdpi/cling_button.9.png index 4f68a03ffb..e41287613e 100644 Binary files a/res/drawable-xxhdpi/cling_button.9.png and b/res/drawable-xxhdpi/cling_button.9.png differ diff --git a/res/drawable-xxhdpi/cling_button_pressed.9.png b/res/drawable-xxhdpi/cling_button_pressed.9.png index 4bc033764f..55e89da08c 100644 Binary files a/res/drawable-xxhdpi/cling_button_pressed.9.png and b/res/drawable-xxhdpi/cling_button_pressed.9.png differ diff --git a/res/drawable/cling_arrow_end.xml b/res/drawable/cling_arrow_end.xml new file mode 100644 index 0000000000..3f63c7d242 --- /dev/null +++ b/res/drawable/cling_arrow_end.xml @@ -0,0 +1,19 @@ + + + + diff --git a/res/drawable/cling_arrow_start.xml b/res/drawable/cling_arrow_start.xml new file mode 100644 index 0000000000..ebe91830d7 --- /dev/null +++ b/res/drawable/cling_arrow_start.xml @@ -0,0 +1,19 @@ + + + + diff --git a/res/layout-port/first_run_cling.xml b/res/layout-port/first_run_cling.xml index 9baee64b70..4830e5df8d 100644 --- a/res/layout-port/first_run_cling.xml +++ b/res/layout-port/first_run_cling.xml @@ -54,11 +54,13 @@ diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml index e61340eaed..9c000cb543 100644 --- a/res/layout-port/workspace_cling.xml +++ b/res/layout-port/workspace_cling.xml @@ -62,9 +62,9 @@ android:id="@+id/focused_hotseat_app_bubble" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="bottom|end" - android:layout_marginEnd="25dp" - android:layout_marginBottom="100dp" + android:layout_gravity="bottom|right" + android:layout_marginRight="25dp" + android:layout_marginBottom="90dp" android:orientation="vertical" android:visibility="gone"> @@ -101,7 +101,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="15dp" - android:layout_marginStart="20dp" - android:layout_gravity="bottom|start" + android:layout_marginLeft="20dp" + android:layout_gravity="bottom|left" android:onClick="dismissWorkspaceCling" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index 3e2ffce608..d26a73baf9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -230,29 +230,29 @@ s --> Widgets page %1$d of %2$d - + Welcome! - + Make yourself at home. - + - + - + Create more screens for apps and folders - + Organize your space - + Touch & hold background to manage wallpaper, widgets and settings. - + Choose some apps - + To add an app to your Home screen, touch & hold it. - + Here\'s a folder - + To create one like this, touch & hold an app, then move it over another. - + OK Error: custom workspace layout passed in but custom cling was not overwritten