Skip to content

Commit

Permalink
Merge pull request #103 from colegarien/ra_ui_formatting_improvements
Browse files Browse the repository at this point in the history
adding in files left out in when committing to rayans pull request
  • Loading branch information
symbyte committed Oct 27, 2015
2 parents 73acb31 + 791cd2a commit 8d701c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/fragment_teacher_class_management.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,29 +83,29 @@
android:layout_height="wrap_content"
android:text=" Name"
android:id="@+id/textView4"
android:layout_weight="2"
android:layout_weight="1"
android:background="@drawable/cell_shape"
android:textColor="@android:color/black"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
android:textStyle="bold" />

<TextView
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text=" School"
android:id="@+id/textView7"
android:layout_weight="0.1"
android:layout_weight=".5"
android:background="@drawable/cell_shape"
android:textColor="@android:color/black"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
android:textStyle="bold" />

<TextView
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text=" Semester/Year"
android:id="@+id/textView5"
android:layout_weight="0.3"
android:layout_weight="1"
android:background="@drawable/cell_shape"
android:textColor="@android:color/black"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
Expand Down

0 comments on commit 8d701c4

Please sign in to comment.