14
সোয়াইপ রিফ্রেশলয়আউট সেট রিফ্রেশিং () প্রাথমিকভাবে সূচক দেখানো হচ্ছে না
আমি একটি খুব সহজ লেআউট আছে কিন্তু যখন আমি কল setRefreshing(true)মধ্যে onActivityCreated()আমার টুকরা, এটি প্রাথমিকভাবে দেখায় না। এটি কেবল তখনই প্রদর্শিত হয় যখন আমি রিফ্রেশ করার জন্য টান করি। কোনও ধারণা কেন এটি প্রাথমিকভাবে প্রদর্শিত হচ্ছে না? খণ্ড এক্সএমএল: <android.support.v4.widget.SwipeRefreshLayout android:id="@+id/swipe_container" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> <RelativeLayout android:layout_width="match_parent" …