|
|
@ -32,6 +32,7 @@ |
|
|
|
android:id="@+id/dateadded_text" |
|
|
|
android:id="@+id/dateadded_text" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_weight="0.5" |
|
|
|
android:layout_weight="0.5" |
|
|
|
android:textIsSelectable="false" /> |
|
|
|
android:textIsSelectable="false" /> |
|
|
@ -41,9 +42,10 @@ |
|
|
|
style="@style/LabelTextView" |
|
|
|
style="@style/LabelTextView" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_weight="0.5" |
|
|
|
android:layout_weight="0.5" |
|
|
|
android:gravity="right" |
|
|
|
android:gravity="end" |
|
|
|
android:textIsSelectable="true" |
|
|
|
android:textIsSelectable="true" |
|
|
|
android:visibility="invisible" /> |
|
|
|
android:visibility="invisible" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
@ -64,8 +66,10 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/date_label_wrapper" |
|
|
|
android:layout_below="@id/date_label_wrapper" |
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginTop="@dimen/margin_half" |
|
|
|
android:layout_marginTop="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -77,7 +81,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/uploaded_text" |
|
|
|
android:layout_alignBaseline="@id/uploaded_text" |
|
|
|
|
|
|
|
android:layout_marginStart="4dip" |
|
|
|
android:layout_marginLeft="4dip" |
|
|
|
android:layout_marginLeft="4dip" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/uploaded_text" |
|
|
|
android:layout_toRightOf="@id/uploaded_text" |
|
|
|
android:layout_toRightOf="@id/uploaded_text" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -88,7 +94,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/uploaded_text" |
|
|
|
android:layout_below="@id/uploaded_text" |
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
@ -98,8 +106,10 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/ratio_text" |
|
|
|
android:layout_below="@id/ratio_text" |
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginBottom="4dip" |
|
|
|
android:layout_marginBottom="4dip" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -111,7 +121,9 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/upspeed_text" |
|
|
|
android:layout_below="@id/upspeed_text" |
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
android:layout_marginLeft="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:layout_toRightOf="@id/separator" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
@ -121,7 +133,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/uploadedunit_text" |
|
|
|
android:layout_alignBaseline="@id/uploadedunit_text" |
|
|
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toStartOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -132,7 +146,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/uploadedunit_text" |
|
|
|
android:layout_alignBaseline="@id/uploadedunit_text" |
|
|
|
|
|
|
|
android:layout_marginEnd="4dip" |
|
|
|
android:layout_marginRight="4dip" |
|
|
|
android:layout_marginRight="4dip" |
|
|
|
|
|
|
|
android:layout_toStartOf="@id/downloadedunit_text" |
|
|
|
android:layout_toLeftOf="@id/downloadedunit_text" |
|
|
|
android:layout_toLeftOf="@id/downloadedunit_text" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -144,7 +160,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/ratio_text" |
|
|
|
android:layout_alignBaseline="@id/ratio_text" |
|
|
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toStartOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
@ -154,7 +172,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/upspeed_text" |
|
|
|
android:layout_alignBaseline="@id/upspeed_text" |
|
|
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toStartOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:fontFamily="sans-serif-light" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
@ -166,7 +186,9 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignBaseline="@id/leechers_text" |
|
|
|
android:layout_alignBaseline="@id/leechers_text" |
|
|
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
android:layout_marginRight="@dimen/margin_half" |
|
|
|
|
|
|
|
android:layout_toStartOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:layout_toLeftOf="@id/separator" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
|
android:textSize="@dimen/text_small" /> |
|
|
|