mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 11:51:01 +00:00
Update item_count_down.xml
This commit is contained in:
committed by
GitHub
parent
696ef6b5d2
commit
d7e8769f58
@@ -6,6 +6,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:padding="8dp">
|
||||
|
||||
<TextView
|
||||
@@ -30,4 +31,17 @@
|
||||
android:textSize="16sp"
|
||||
tools:text="00:00:00" />
|
||||
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
android:id="@+id/mediaPredication"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="2dp"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:textAllCaps="true"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/fg"
|
||||
android:visibility="gone"
|
||||
tools:text="00:00:00" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user