|
|
|
|
@ -10,12 +10,13 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:padding="8dp" > |
|
|
|
|
android:padding="12dp" > |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/title" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="100dp" |
|
|
|
|
android:letterSpacing="0.02" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
@ -34,7 +35,7 @@ |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/clock" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:padding="12dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
|
@ -48,7 +49,7 @@ |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/duration" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:padding="12dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
@ -64,7 +65,7 @@ |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/netspeed" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:padding="12dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
|