diff --git a/build.gradle b/build.gradle index 7a79935fb..3669126e7 100644 --- a/build.gradle +++ b/build.gradle @@ -50,8 +50,8 @@ ext { compileSdkVersion = 28 targetSdkVersion = 28 buildToolsVersion = '28.0.3' - versionCode = 43 - versionName = "1.1.3" + versionCode = 44 + versionName = "1.1.4" javaCompileVersion = JavaVersion.VERSION_1_8 diff --git a/org.envirocar.app/AndroidManifest.xml b/org.envirocar.app/AndroidManifest.xml index 2f2c23525..de8e0bd88 100644 --- a/org.envirocar.app/AndroidManifest.xml +++ b/org.envirocar.app/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.envirocar.app" android:installLocation="internalOnly" - android:versionCode="43" - android:versionName="1.1.3"> + android:versionCode="44" + android:versionName="1.1.4"> diff --git a/org.envirocar.app/res/layout/report_issue_checkbox_item.xml b/org.envirocar.app/res/layout/report_issue_checkbox_item.xml index 359d5e05a..3569ef3dd 100644 --- a/org.envirocar.app/res/layout/report_issue_checkbox_item.xml +++ b/org.envirocar.app/res/layout/report_issue_checkbox_item.xml @@ -19,35 +19,29 @@ with the enviroCar app. If not, see http://www.gnu.org/licenses/. --> - + android:layout_height="wrap_content"> + android:layout_marginLeft="16dp" /> - \ No newline at end of file + android:layout_gravity="center"/> + + \ No newline at end of file diff --git a/org.envirocar.app/res/layout/send_log_layout_new.xml b/org.envirocar.app/res/layout/send_log_layout_new.xml index 82804ce9f..9ed6a3542 100644 --- a/org.envirocar.app/res/layout/send_log_layout_new.xml +++ b/org.envirocar.app/res/layout/send_log_layout_new.xml @@ -18,158 +18,134 @@ with the enviroCar app. If not, see http://www.gnu.org/licenses/. --> - + android:layout_height="match_parent" + android:orientation="vertical"> - + + android:layout_height="match_parent" + android:paddingHorizontal="8dp"> + android:orientation="vertical" + android:layout_marginVertical="8dp"> - - - + android:layout_marginBottom="12dp" + android:fontFamily="@font/roboto_light1" + android:lineSpacingExtra="1.5dp" + android:text="@string/report_issue_text" /> + android:orientation="horizontal" + android:layout_marginHorizontal="16dp" + android:layout_marginVertical="8dp"> - + android:hint="@string/report_issue_minutes"> + + + + - + android:layout_marginHorizontal="16dp" + android:layout_marginVertical="8dp" + android:hint="@string/problem_description"> - + -