Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <RelativeLayout 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"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin" >
- <TextView
- android:id="@+id/textView2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/textView1"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="29dp"
- android:text="@string/info2" />
- <TextView
- android:id="@+id/textTimer"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/textView2"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="49dp"
- android:text="@string/timer2"
- android:textSize="40sp" />
- <Button
- android:id="@+id/startButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/textTimer"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="21dp"
- android:text="@string/start_timer2" />
- <Button
- android:id="@+id/resetButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignRight="@+id/startButton"
- android:layout_below="@+id/startButton"
- android:layout_marginTop="20dp"
- android:text="@string/reset_timer2" />
- <Button
- android:id="@+id/resetLocationButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true"
- android:text="@string/reset_location" />
- <TextView
- android:id="@+id/textView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_below="@+id/resetLocationButton"
- android:layout_marginTop="14dp"
- android:text="@string/info" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment