diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 42c7e8cfd..34bbd5b60 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -233,7 +233,7 @@ android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> diff --git a/res/layout/scribble_select_sticker_activity.xml b/res/layout/scribble_select_sticker_activity.xml index 777fefaeb..2d674dd56 100644 --- a/res/layout/scribble_select_sticker_activity.xml +++ b/res/layout/scribble_select_sticker_activity.xml @@ -9,7 +9,14 @@ android:id="@+id/camera_sticker_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" - app:tabBackground="@color/delta_primary" + android:elevation="4dp" + android:background="?attr/colorPrimary" + app:tabPaddingStart="3dp" + app:tabPaddingEnd="3dp" + app:tabBackground="?attr/colorPrimary" + app:tabIndicatorColor="@color/white" + app:tabTextColor="@color/gray10" + app:tabSelectedTextColor="@color/white" app:tabMode="fixed"/> + android:background="@color/gray20" /> diff --git a/res/values-v19/themes.xml b/res/values-v19/themes.xml index 99de7fa13..1d73d342b 100644 --- a/res/values-v19/themes.xml +++ b/res/values-v19/themes.xml @@ -3,6 +3,5 @@