From 2b1dfa84cbb5fb72d1a73762af273349d2414197 Mon Sep 17 00:00:00 2001 From: jacques Date: Thu, 13 Jul 2023 22:30:10 +0200 Subject: [PATCH] Add custom layout --- .../main/res/drawable/background_dialog.xml | 9 +++ app/src/main/res/drawable/rounded_btn.xml | 9 +++ app/src/main/res/layout/custodialoglayout.xml | 60 +++++++++++++++++++ app/src/main/res/layout/custom_btn.xml | 13 ++++ 4 files changed, 91 insertions(+) create mode 100644 app/src/main/res/drawable/background_dialog.xml create mode 100644 app/src/main/res/drawable/rounded_btn.xml create mode 100644 app/src/main/res/layout/custodialoglayout.xml create mode 100644 app/src/main/res/layout/custom_btn.xml diff --git a/app/src/main/res/drawable/background_dialog.xml b/app/src/main/res/drawable/background_dialog.xml new file mode 100644 index 0000000..f3b2d55 --- /dev/null +++ b/app/src/main/res/drawable/background_dialog.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/rounded_btn.xml b/app/src/main/res/drawable/rounded_btn.xml new file mode 100644 index 0000000..09dce02 --- /dev/null +++ b/app/src/main/res/drawable/rounded_btn.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/custodialoglayout.xml b/app/src/main/res/layout/custodialoglayout.xml new file mode 100644 index 0000000..86c0bef --- /dev/null +++ b/app/src/main/res/layout/custodialoglayout.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + +