mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-08-02 04:00:52 +00:00
Fix layout issue on class screen. Fixes #1182
This commit is contained in:
parent
c81ac4f834
commit
ddcf53aec3
1 changed files with 11 additions and 10 deletions
|
|
@ -162,18 +162,19 @@
|
|||
tools:text="Healer"
|
||||
style="@style/Title1"
|
||||
android:layout_marginBottom="@dimen/spacing_medium"/>
|
||||
<TextView
|
||||
android:id="@+id/selected_description_textview"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="@string/healer_description"
|
||||
android:gravity="center_horizontal"
|
||||
style="@style/Body2"
|
||||
android:lineSpacingExtra="4sp"/>
|
||||
<Space
|
||||
<ScrollView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"/>
|
||||
android:layout_weight="1">
|
||||
<TextView
|
||||
android:id="@+id/selected_description_textview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="@string/healer_description"
|
||||
android:gravity="center_horizontal"
|
||||
style="@style/Body2"
|
||||
android:lineSpacingExtra="4sp"/>
|
||||
</ScrollView>
|
||||
<Button
|
||||
android:id="@+id/selected_button"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Reference in a new issue