mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 22:55:59 +00:00
layout tweak
This commit is contained in:
parent
bfd8764967
commit
fb3773269a
1 changed files with 6 additions and 7 deletions
|
|
@ -7,11 +7,14 @@
|
|||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/header_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="12dp">
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/label"
|
||||
|
|
@ -20,9 +23,7 @@
|
|||
android:layout_weight="1"
|
||||
style="@style/Caption2"
|
||||
tools:text="Section Header"
|
||||
android:textColor="?textColorSecondary"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp" />
|
||||
android:textColor="?textColorSecondary" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/switches_in_label"
|
||||
|
|
@ -34,9 +35,7 @@
|
|||
style="@style/Caption2"
|
||||
tools:text="Switches in X"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginEnd="16dp" />
|
||||
tools:visibility="visible" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/class_selection_spinner"
|
||||
|
|
|
|||
Loading…
Reference in a new issue