From b065fa48e802487198ad73915dd017c4464e8c62 Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Fri, 19 Jan 2018 17:34:45 +0100 Subject: improve layout * improve layout * gracefully handle orientation changes * respect small devices * set correct colors for buttons, error messages... --- .../main/res/layout-xlarge/a_provider_detail.xml | 32 ++++++++++++++++++++++ .../res/layout-xlarge/provider_detail_fragment.xml | 32 ---------------------- 2 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 app/src/main/res/layout-xlarge/a_provider_detail.xml delete mode 100644 app/src/main/res/layout-xlarge/provider_detail_fragment.xml (limited to 'app/src/main/res/layout-xlarge') diff --git a/app/src/main/res/layout-xlarge/a_provider_detail.xml b/app/src/main/res/layout-xlarge/a_provider_detail.xml new file mode 100644 index 00000000..31538f9f --- /dev/null +++ b/app/src/main/res/layout-xlarge/a_provider_detail.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-xlarge/provider_detail_fragment.xml b/app/src/main/res/layout-xlarge/provider_detail_fragment.xml deleted file mode 100644 index 31538f9f..00000000 --- a/app/src/main/res/layout-xlarge/provider_detail_fragment.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3