Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
codeVersion: 93
Browse files Browse the repository at this point in the history
wrong layout reference fix
  • Loading branch information
markusressel committed Apr 9, 2016
1 parent 18e38ba commit eae1483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Smartphone/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<!-- Smartphone ONLY Permissions -->
Expand Down
2 changes: 1 addition & 1 deletion Smartphone/src/main/res/layout/dialog_add_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<include layout="action_selector"/>
<include layout="@layout/action_selector"/>

</android.support.v4.widget.NestedScrollView>

0 comments on commit eae1483

Please sign in to comment.