From 2df899eae52591ff46819c960e129a2c698b201e Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 7 Aug 2017 18:51:47 -0500 Subject: ProfileActivity: Add two-pane master-detail layout This is designed for tablets, but for testing purposes, it is currently enabled for all devices in landscape orientation. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout-land/profile_activity.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/src/main/res/layout-land/profile_activity.xml (limited to 'app/src/main/res/layout-land/profile_activity.xml') diff --git a/app/src/main/res/layout-land/profile_activity.xml b/app/src/main/res/layout-land/profile_activity.xml new file mode 100644 index 00000000..acc56925 --- /dev/null +++ b/app/src/main/res/layout-land/profile_activity.xml @@ -0,0 +1,19 @@ + + + + + + + -- cgit v1.2.3