Advertisement
Guest User

activity_main.axml

a guest
Dec 2nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3.     xmlns:android="http://schemas.android.com/apk/res/android"
  4.     xmlns:app="http://schemas.android.com/apk/res-auto"
  5.     xmlns:tools="http://schemas.android.com/tools"
  6.     android:layout_width="match_parent"
  7.     android:layout_height="match_parent">
  8.     <TextView
  9.         android:text="00:00:00"
  10.         android:textAppearance="?android:attr/textAppearanceLarge"
  11.         android:layout_width="match_parent"
  12.         android:layout_height="89.0dp"
  13.         android:minWidth="25px"
  14.         android:minHeight="25px"
  15.         android:id="@+id/nowTimeLabel"
  16.         android:gravity="center"
  17.         android:layout_marginBottom="158.0dp" />
  18.     <ImageView
  19.         android:layout_width="match_parent"
  20.         android:layout_height="181.0dp"
  21.         android:id="@+id/imageView1"
  22.         android:layout_below="@id/nowTimeLabel"
  23.         android:layout_marginTop="0.0dp"
  24.         android:layout_marginBottom="0.0dp"
  25.         android:src="@drawable/clock" />
  26. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement