diff --git a/core/res/res/drawable/ic_expand_more_48dp.xml b/core/res/res/drawable/ic_expand_more_48dp.xml new file mode 100644 index 0000000000000..11323e3b0f7c5 --- /dev/null +++ b/core/res/res/drawable/ic_expand_more_48dp.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/core/res/res/drawable/immersive_cling_bg_circ.xml b/core/res/res/drawable/immersive_cling_bg_circ.xml new file mode 100644 index 0000000000000..4731bbd038fb0 --- /dev/null +++ b/core/res/res/drawable/immersive_cling_bg_circ.xml @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/core/res/res/drawable/immersive_cling_light_bg_circ.xml b/core/res/res/drawable/immersive_cling_light_bg_circ.xml new file mode 100644 index 0000000000000..df5d5ad522c0f --- /dev/null +++ b/core/res/res/drawable/immersive_cling_light_bg_circ.xml @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/core/res/res/layout/immersive_mode_cling.xml b/core/res/res/layout/immersive_mode_cling.xml index c0cd93db456b6..28fbea577aa55 100644 --- a/core/res/res/layout/immersive_mode_cling.xml +++ b/core/res/res/layout/immersive_mode_cling.xml @@ -13,55 +13,80 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + android:background="#ff009688" + android:gravity="center_vertical" + android:paddingBottom="24dp"> + + + - + + + + + + + - - - + android:layout_below="@id/immersive_cling_chevron" + android:paddingEnd="48dp" + android:paddingStart="48dp" + android:paddingTop="40dp" + android:text="@string/immersive_cling_title" + android:textColor="@color/primary_text_default_material_light" + android:textSize="24sp" /> + +