code styling

This commit is contained in:
Dominik Schürmann
2013-12-31 01:41:37 +01:00
parent cdb3e04b47
commit 52c55aaabe
3 changed files with 89 additions and 70 deletions

View File

@@ -95,10 +95,12 @@
android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/section_user_ids" />
<ListView android:id="@+id/user_ids"
<ListView
android:id="@+id/user_ids"
android:layout_width="wrap_content"
android:layout_height="wrap_content"></ListView>
android:layout_height="wrap_content" >
</ListView>
<TextView
style="@style/SectionHeader"