Add weight on grades list (#145)
This commit is contained in:

committed by
Rafał Borcz

parent
083765b020
commit
d44a1dbce1
@ -83,7 +83,7 @@
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@+id/grade_dialog_description_value"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/dialog_weight_text"
|
||||
android:text="@string/grade_weight_text"
|
||||
android:textSize="17sp" />
|
||||
|
||||
<TextView
|
||||
|
@ -48,7 +48,7 @@
|
||||
android:layout_toRightOf="@+id/grade_subitem_value"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="@string/app_name"
|
||||
android:text="@string/dialog_description_text"
|
||||
android:textSize="15sp"
|
||||
tool:ignore="all" />
|
||||
|
||||
@ -59,7 +59,19 @@
|
||||
android:layout_alignBottom="@+id/grade_subitem_value"
|
||||
android:layout_alignLeft="@+id/grade_subitem_description"
|
||||
android:layout_alignStart="@+id/grade_subitem_description"
|
||||
android:text="@string/grades_text"
|
||||
android:text="@string/dialog_date_text"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/grade_subitem_weight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toEndOf="@+id/grade_subitem_date"
|
||||
android:layout_toRightOf="@+id/grade_subitem_date"
|
||||
android:layout_alignBottom="@+id/grade_subitem_value"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:text="@string/grade_weight_text"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<ImageView
|
||||
@ -73,4 +85,4 @@
|
||||
tool:ignore="contentDescription" />
|
||||
|
||||
</RelativeLayout>
|
||||
</android.support.v7.widget.CardView>
|
||||
</android.support.v7.widget.CardView>
|
||||
|
Reference in New Issue
Block a user