| 14792 |
manas |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
android:layout_width="match_parent"
|
|
|
5 |
android:layout_height="match_parent">
|
|
|
6 |
|
|
|
7 |
<ProgressBar android:indeterminate="true"
|
|
|
8 |
android:layout_width="wrap_content"
|
|
|
9 |
android:layout_height="50dip"
|
|
|
10 |
android:id="@+id/com_facebook_login_activity_progress_bar"
|
|
|
11 |
android:layout_centerInParent="true"
|
|
|
12 |
android:visibility="gone"
|
|
|
13 |
android:indeterminateOnly="true"
|
|
|
14 |
/>
|
|
|
15 |
</RelativeLayout>
|