From f51670df5fc6dbfb206f542a6523fe0b111ab396 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 9 Jul 2019 01:25:56 +0200 Subject: [PATCH] adapt scribble-sticker-select to dark layout of scribble-activity --- AndroidManifest.xml | 2 +- res/layout/scribble_select_sticker_activity.xml | 11 +++++++++-- res/values-v19/themes.xml | 1 - 3 files changed, 10 insertions(+), 4 deletions(-) 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 @@