From df57d96126bd90b3287b48c27e6c71a98aba8100 Mon Sep 17 00:00:00 2001 From: glubshev2001 Date: Tue, 18 Jun 2019 15:48:05 +0300 Subject: [PATCH] Designing + code cleanup(colors extracted to res) --- app/src/main/assets/1 | 2 +- app/src/main/res/drawable/ic_button.xml | 7 ++++++ app/src/main/res/layout/activity_about.xml | 4 +-- app/src/main/res/layout/activity_intro.xml | 29 ++++++++++++++-------- app/src/main/res/layout/activity_main.xml | 11 ++++---- app/src/main/res/values/colors.xml | 2 ++ 6 files changed, 36 insertions(+), 19 deletions(-) create mode 100644 app/src/main/res/drawable/ic_button.xml diff --git a/app/src/main/assets/1 b/app/src/main/assets/1 index 344310b..4d476e0 100644 --- a/app/src/main/assets/1 +++ b/app/src/main/assets/1 @@ -1 +1 @@ -[{"text":" Деревянистые р.: дер., куст. или кустч.; надземный стб. древеснеющий (по крайней мере в нижней части), одетый коркой, живёт несколько или много лет ", "to":2}, {"text":" Травянистые р.; надземные побеги, как правило, отмирают на зиму, а если зимуют, то не одеты коркой и не одревесневают", "to":49}, {"text":"Олег любит обобщать, поэтому сделал так, чтобы путь не обязательно определялся только тезой и антитезой (это можно убрать тупа через файл в ассетах)", "to":282}] +[{"text":" Деревянистые р.: дер., куст. или кустч.; надземный стб. древеснеющий (по крайней мере в нижней части), одетый коркой, живёт несколько или много лет ", "to":2}, {"text":" Травянистые р.; надземные побеги, как правило, отмирают на зиму, а если зимуют, то не одеты коркой и не одревесневают", "to":49}] diff --git a/app/src/main/res/drawable/ic_button.xml b/app/src/main/res/drawable/ic_button.xml new file mode 100644 index 0000000..793013f --- /dev/null +++ b/app/src/main/res/drawable/ic_button.xml @@ -0,0 +1,7 @@ + + + + diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index 21d4448..2fedf76 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".AboutActivity" android:background="#4CAF50"> + tools:context=".AboutActivity" android:background="@color/background"> + android:layout_weight="1" android:textColor="@color/text"/> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_intro.xml b/app/src/main/res/layout/activity_intro.xml index aa3381f..fea9db1 100644 --- a/app/src/main/res/layout/activity_intro.xml +++ b/app/src/main/res/layout/activity_intro.xml @@ -3,7 +3,7 @@ @@ -16,23 +16,32 @@ android:layout_width="wrap_content" android:gravity="center" android:layout_height="wrap_content" android:id="@+id/name" android:textSize="36sp" - android:typeface="serif" android:textStyle="bold|italic" android:textAllCaps="false"/> + android:typeface="serif" android:textStyle="bold|italic" android:textAllCaps="false" + android:background="@drawable/ic_button" android:layout_margin="10px" android:layout_marginLeft="10px" + android:layout_marginTop="10px" android:layout_marginRight="10px" android:layout_marginBottom="10px"/>