From ecf0d1459a1544e989774fd9ddab32138905f28e Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 14:16:32 -0700 Subject: Fix lint errors, make only one file. --- app/src/main/res/layout-land/item_host.xml | 72 ---------------------------- app/src/main/res/layout-port/item_host.xml | 71 ---------------------------- app/src/main/res/layout/item_host.xml | 76 ++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 143 deletions(-) delete mode 100644 app/src/main/res/layout-land/item_host.xml delete mode 100644 app/src/main/res/layout-port/item_host.xml create mode 100644 app/src/main/res/layout/item_host.xml (limited to 'app/src') diff --git a/app/src/main/res/layout-land/item_host.xml b/app/src/main/res/layout-land/item_host.xml deleted file mode 100644 index a6e60d3..0000000 --- a/app/src/main/res/layout-land/item_host.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-port/item_host.xml b/app/src/main/res/layout-port/item_host.xml deleted file mode 100644 index e9685b5..0000000 --- a/app/src/main/res/layout-port/item_host.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml new file mode 100644 index 0000000..56c3d34 --- /dev/null +++ b/app/src/main/res/layout/item_host.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3