From eae14831fd2b2d5421e1975b68640b8ebec49e5c Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sat, 9 Apr 2016 19:47:24 +0200 Subject: [PATCH] codeVersion: 93 wrong layout reference fix --- Smartphone/src/main/AndroidManifest.xml | 2 +- Smartphone/src/main/res/layout/dialog_add_action.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Smartphone/src/main/AndroidManifest.xml b/Smartphone/src/main/AndroidManifest.xml index 4a6b5e1e..a90c94e0 100644 --- a/Smartphone/src/main/AndroidManifest.xml +++ b/Smartphone/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ package="eu.power_switch" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:versionCode="92" + android:versionCode="93" android:versionName="@string/app_version"> diff --git a/Smartphone/src/main/res/layout/dialog_add_action.xml b/Smartphone/src/main/res/layout/dialog_add_action.xml index 01683a4a..eb750dcc 100644 --- a/Smartphone/src/main/res/layout/dialog_add_action.xml +++ b/Smartphone/src/main/res/layout/dialog_add_action.xml @@ -22,6 +22,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + \ No newline at end of file