Skip to content
Snippets Groups Projects
Verified Commit bc7275d1 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes a layout issue with the avatar settings

parent 13d24104
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -35,6 +35,11 @@
android:layout_height="0dip"
android:layout_weight="1">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout style="@style/Widget.CoreSettings.Wrapper">
<LinearLayout
......@@ -74,6 +79,7 @@
</android.support.design.widget.TextInputLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/autocomplete_list"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment