From 9a7ed87222c9c2fc00bc9c292ab709ed7639d615 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Mon, 31 Jul 2023 14:16:43 +0000 Subject: [PATCH] Remove dependency on ChooserActivity resources Fork the needed resources. Bug: 292222314 Test: mp sysuig, view wifi QR code screen Change-Id: I69fabb8c293e8e8819d93a61df39549b9667c0fa --- res/drawable/action_button_bg.xml | 34 +++++++++++++++++++ res/layout/action_button.xml | 32 +++++++++++++++++ res/values/dimens.xml | 3 ++ .../dpp/WifiDppQrCodeGeneratorFragment.java | 6 ++-- 4 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 res/drawable/action_button_bg.xml create mode 100644 res/layout/action_button.xml diff --git a/res/drawable/action_button_bg.xml b/res/drawable/action_button_bg.xml new file mode 100644 index 00000000000..b50cc414c4c --- /dev/null +++ b/res/drawable/action_button_bg.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/res/layout/action_button.xml b/res/layout/action_button.xml new file mode 100644 index 00000000000..00fdc1e2f73 --- /dev/null +++ b/res/layout/action_button.xml @@ -0,0 +1,32 @@ + + +