DT @29.01.2016: 1.8.3 release

This commit is contained in:
Dennis Thießen
2016-01-29 14:09:36 +01:00
parent 4daba8037c
commit 7167cf0f72
32 changed files with 121 additions and 222 deletions

View File

@@ -1,16 +1,13 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/layoutContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:background="@drawable/layout_bg_gradient"
android:orientation="vertical">
<ListView
android:id="@+id/lv_top10list"
android:layout_below="@id/txt_profile_ranking"
android:layout_width="match_parent"
android:layout_height="wrap_content" />