Fixed gradebook layout
This commit is contained in:
@@ -8,10 +8,14 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:typeface="sans"
|
android:typeface="sans"
|
||||||
|
android:layout_toLeftOf="@+id/grade"
|
||||||
|
android:layout_toStartOf="@+id/grade"
|
||||||
|
android:layout_marginRight="10dip"
|
||||||
|
android:layout_marginEnd="10dip"
|
||||||
tools:text="Test this new stuff!" />
|
tools:text="Test this new stuff!" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
Reference in New Issue
Block a user