mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
fix: set initial visibility of the grid to "Gone" and make it appear once the elements are successfully loaded
This commit is contained in:
parent
f1cf65a371
commit
28fc3dca36
2 changed files with 45 additions and 88 deletions
|
|
@ -296,7 +296,8 @@
|
|||
android:id="@+id/home_grid_tracks_sector"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/grid_tracks_pre_text_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue