Hide progress bar after loading from telephony

This commit is contained in:
Naveen 2023-01-17 00:18:32 +05:30
parent 9ac2b71172
commit f8bcc74155
2 changed files with 33 additions and 23 deletions

View file

@ -42,7 +42,7 @@
tools:visibility="visible" />
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/no_conversations_placeholder"
android:id="@+id/conversations_placeholder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
@ -57,10 +57,10 @@
android:visibility="gone" />
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/no_conversations_placeholder_2"
android:id="@+id/start_conversation_placeholder"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/no_conversations_placeholder"
android:layout_below="@+id/conversations_placeholder"
android:layout_centerHorizontal="true"
android:background="@drawable/ripple_all_corners"
android:gravity="center"