From 8e4a63a284f7703126d52c93d30cdf0865017ffb Mon Sep 17 00:00:00 2001 From: Benz Date: Wed, 25 Oct 2017 10:12:32 +0700 Subject: [PATCH] Refactor code --- res/layout/main.xml | 62 +++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index ab65e59..b41e1cd 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,35 +1,41 @@ - + + - + + - + android:layout_height="wrap_content" + android:text="@string/default_text" + android:textSize="32dp"/> + - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="horizontal"> + + + - - + +