worker card mkII
This commit is contained in:
parent
5aa6ed2da6
commit
b37cdb336c
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
|
|
@ -44,12 +44,26 @@
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/workerCardUptime"
|
android:id="@+id/workerCardUptime"
|
||||||
android:layout_width="82dp"
|
android:layout_width="74dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:text="900:35:30:20"
|
android:text="900:35:30:20"
|
||||||
android:textColor="@color/secondary_text_color"
|
android:textColor="@color/secondary_text_color"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
<TextView
|
||||||
|
android:layout_width="46dp"
|
||||||
|
android:layout_height="24dp"
|
||||||
|
android:text="LAST DEAL"
|
||||||
|
android:textSize="8sp"
|
||||||
|
android:textStyle="bold"
|
||||||
|
android:textAlignment="center"
|
||||||
|
android:orientation="horizontal"/>
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/workerCardIcon"
|
||||||
|
android:layout_width="20dp"
|
||||||
|
android:layout_height="24dp"
|
||||||
|
android:src="@drawable/ic_flame"
|
||||||
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue