From e535be6d184bbc95a40d11ec46e37523124eb9c2 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Thu, 24 Mar 2016 23:15:13 -0400 Subject: [PATCH] WIP: Converts the splash screen to XML format Removes all programatic calls that modify the layout and uses the XML resource instead. --- .../res/layout/activity_create_forum.xml | 50 +++++++++++++++++++ briar-android/res/layout/splash.xml | 15 ++++++ briar-android/res/values/dimens.xml | 1 + .../android/SplashScreenActivity.java | 14 +----- .../android/forum/CreateForumActivity.java | 49 +++++++----------- 5 files changed, 85 insertions(+), 44 deletions(-) create mode 100644 briar-android/res/layout/activity_create_forum.xml create mode 100644 briar-android/res/layout/splash.xml diff --git a/briar-android/res/layout/activity_create_forum.xml b/briar-android/res/layout/activity_create_forum.xml new file mode 100644 index 000000000..19c61317d --- /dev/null +++ b/briar-android/res/layout/activity_create_forum.xml @@ -0,0 +1,50 @@ + + + + + + + + + +