Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:background="@drawable/base_back7"
- android:layout_height="match_parent" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/actionbar_dimen"
- android:background="@color/blue" >
- <ImageView
- android:id="@+id/drawer_indicator"
- android:layout_width="@dimen/actionbar_dimen"
- android:layout_height="@dimen/actionbar_dimen"
- android:layout_gravity="right"
- android:background="@drawable/drawer_selector"
- android:scaleType="centerInside" />
- <TextView
- android:id="@+id/indicator_style"
- android:layout_width="wrap_content"
- android:layout_height="@dimen/actionbar_dimen"
- android:layout_gravity="center"
- android:background="@drawable/drawer_selector"
- android:gravity="center"
- android:paddingLeft="12dp"
- android:paddingRight="12dp"
- android:text="@string/tests"
- android:textColor="@android:color/white"
- android:textStyle="bold" />
- </FrameLayout>
- <TextView
- android:id="@+id/distance"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_margin="10dp"
- android:text="المسافه الان 0"
- android:textSize="17sp"
- android:visibility="gone" />
- <ImageView
- android:id="@+id/astigmatism_img"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_margin="20dp"
- android:src="@drawable/astigmatism_one" />
- <Button
- android:id="@+id/gwab"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_margin="10dp"
- android:background="@drawable/button_click"
- android:padding="20dp"
- android:text="جاوب"
- android:textColor="@android:color/white" />
- </LinearLayout>
- </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement