do not sign on update from server action

This commit is contained in:
Dominik Schürmann
2014-01-18 20:27:28 +01:00
parent 7617e9be2d
commit b6240f8927
4 changed files with 14 additions and 14 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:padding="8dp" >
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:orientation="vertical" >
<fragment
android:id="@+id/api_app_settings_fragment"