From 330c83904144cdbcd0a96ba81fd656dae645582f Mon Sep 17 00:00:00 2001 From: Apostolof Date: Sat, 8 Sep 2018 11:33:45 +0300 Subject: [PATCH] Changelog dialog UI refinement, Minor changes --- app/src/main/assets/changelog.json | 8 +++---- app/src/main/res/layout/dialog_changelog.xml | 24 +++++++++++++------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/app/src/main/assets/changelog.json b/app/src/main/assets/changelog.json index d0c7c213..a28f2aff 100644 --- a/app/src/main/assets/changelog.json +++ b/app/src/main/assets/changelog.json @@ -35,7 +35,7 @@ { "change": "feature", "title": "Tweak it.", - "description": "Settings are now available, in case you want to change your notifications sound." + "description": "Settings are now available, in case you want to change your notification sound." }, { "change": "feature", @@ -49,7 +49,7 @@ },{ "change": "bug", "title": "Many bugs.", - "description": "We fixed a ton of other bugs to the app is now like 36.2% more bug free." + "description": "We fixed a ton of other bugs, so the app is now like 36.2% more bug free." }, { "change": "improvement", @@ -73,8 +73,8 @@ }, { "change": "improvement", - "title": "No wifi, no topic.", - "description": "Added a message in topics that warns when no connection is available." + "title": "No WI-FI, no topic.", + "description": "Added a message on topics that warns when no connection is available." }, { "change": "improvement", diff --git a/app/src/main/res/layout/dialog_changelog.xml b/app/src/main/res/layout/dialog_changelog.xml index 932937f6..69476c0b 100644 --- a/app/src/main/res/layout/dialog_changelog.xml +++ b/app/src/main/res/layout/dialog_changelog.xml @@ -5,14 +5,14 @@ android:layout_height="wrap_content" android:background="@color/background" android:orientation="vertical" - android:paddingEnd="12dp" - android:paddingStart="12dp" android:paddingTop="8dp"> + android:orientation="horizontal" + android:paddingEnd="12dp" + android:paddingStart="12dp"> + android:layout_marginBottom="8dp" + android:orientation="horizontal" + android:paddingEnd="12dp" + android:paddingStart="12dp"> + android:orientation="vertical" + android:paddingEnd="12dp" + android:paddingStart="12dp" /> \ No newline at end of file