From 40b1ec63a932606fb432ee81801acf147e9ee70e Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 28 Dec 2021 19:12:50 +0100 Subject: Use the themes abstraction Themes replace 'colors.xml' and soon will replace 'dimens.xml'. --- res/layout/emoji_pane.xml | 4 ++-- res/layout/keyboard.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml index 2d249f3..3c58330 100644 --- a/res/layout/emoji_pane.xml +++ b/res/layout/emoji_pane.xml @@ -1,7 +1,7 @@ - + - + diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml index 43b3e47..b15f6d0 100644 --- a/res/layout/keyboard.xml +++ b/res/layout/keyboard.xml @@ -1,2 +1,2 @@ - + -- cgit v1.2.3