Some minor fixes for working with extended encoding

This commit is contained in:
2017-04-20 07:23:21 +02:00
parent a8dada6c89
commit 572ecf1577
5 changed files with 28 additions and 7 deletions

View File

@ -105,13 +105,14 @@
android:layout_height="wrap_content"
android:layout_below="@+id/text"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
android:layout_marginRight="16dp"
android:layout_marginBottom="16dp"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/responses"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/text"
android:layout_below="@+id/labels"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
</RelativeLayout>