Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/base_back7"
- android:orientation="vertical" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/blue"
- android:gravity="right"
- android:orientation="horizontal" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:orientation="vertical" >
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- >
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_margin="10dp" >
- <ImageView
- android:id="@+id/profileuserimage"
- android:layout_width="105dp"
- android:layout_height="105dp"
- ProfileStyle="CIRCLE"
- android:src="@drawable/download" />
- <ProgressBar
- android:id="@+id/userimageprogress"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:visibility="gone" />
- <LinearLayout
- android:layout_width="105dp"
- android:layout_height="105dp"
- android:layout_gravity="start"
- android:background="@drawable/imagefram" >
- </LinearLayout>
- </FrameLayout>
- <ImageView
- android:id="@+id/edit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_margin="10dp"
- android:background="@android:drawable/ic_menu_edit" />
- </FrameLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="80dp"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginTop="10dp"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/prof_username"
- android:layout_width="wrap_content"
- android:layout_height="0dp"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:text="TextView"
- android:textColor="@android:color/white"
- android:textSize="17sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/prof_age "
- android:layout_width="wrap_content"
- android:layout_height="0dp"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:text="22 سنه"
- android:textColor="@android:color/white"
- android:textSize="17sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/prof_email"
- android:layout_width="wrap_content"
- android:layout_height="0dp"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:text="dd"
- android:textColor="@android:color/white"
- android:textSize="17sp"
- android:textStyle="bold" />
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="10dp"
- android:background="@color/grey"
- android:orientation="vertical"
- android:visibility="gone" >
- <TextView
- android:id="@+id/textView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:padding="10dp"
- android:text="@string/myques"
- android:textColor="@android:color/white" />
- </LinearLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="5dp"
- >
- <ListView
- android:id="@+id/prof_questions"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- </ListView>
- <ProgressBar
- android:id="@+id/prof_tweetslist_prog"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:visibility="gone" />
- </FrameLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement