DT @30.01.2016: 1.8.4 release

This commit is contained in:
Dennis Thießen
2016-01-30 11:41:40 +01:00
parent 7167cf0f72
commit efc60bb00e
4 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@@ -19,8 +19,8 @@ android {
applicationId "org.deke.risk.riskahead" applicationId "org.deke.risk.riskahead"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 22 targetSdkVersion 22
versionCode 18 versionCode 19
versionName "1.8.3" versionName "1.8.4"
} }
buildTypes { buildTypes {
release { release {

View File

@@ -17,7 +17,7 @@
<FrameLayout <RelativeLayout
android:id="@+id/layoutHeader" android:id="@+id/layoutHeader"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -31,7 +31,6 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/logo_380" android:src="@drawable/logo_380"
android:id="@+id/imageView2" android:id="@+id/imageView2"
android:layout_margin="5dp"
android:alpha="0.05" android:alpha="0.05"
android:layout_gravity="center_horizontal" /> android:layout_gravity="center_horizontal" />
@@ -46,9 +45,10 @@
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/pager" android:id="@+id/pager"
android:layout_below="@+id/tab_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
</FrameLayout> </RelativeLayout>
</RelativeLayout> </RelativeLayout>

View File

@@ -1,6 +1,5 @@
<RelativeLayout <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:bootstrap="http://schemas.android.com/apk/res-auto" xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main_layout" android:id="@+id/main_layout"