mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Show sequence numbers in the background as images load in list
Idea from ragesoss
This commit is contained in:
parent
6e3ee460a6
commit
48b292ed25
2 changed files with 10 additions and 0 deletions
|
|
@ -9,6 +9,14 @@
|
|||
android:background="#000000"
|
||||
>
|
||||
|
||||
<TextView android:id="@+id/contributionSequenceNumber"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="98sp"
|
||||
android:textColor="#33FFFFFF"
|
||||
android:typeface="serif"
|
||||
android:layout_gravity="end|bottom"
|
||||
/>
|
||||
<ImageView android:id="@+id/contributionImage"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="240dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue