mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Work in progress: waiting for first sync msg
This commit is contained in:
parent
06ba377eb0
commit
04a1555082
2 changed files with 26 additions and 0 deletions
|
|
@ -6,6 +6,16 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:background="#000000"
|
||||
>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Waiting for first sync..."
|
||||
android:id="@+id/waitingMessage" android:layout_gravity="center" android:visibility="gone"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="You have not yet uploaded any photos."
|
||||
android:id="@+id/emptyMessage" android:layout_gravity="center" android:visibility="gone"/>
|
||||
<GridView android:id="@+id/contributionsList"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue