Advertisement
kernel_memory_dump

Untitled

Apr 10th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.20 KB | None | 0 0
  1. <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:id="@+id/TableLayout1"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    android:paddingBottom="@dimen/activity_vertical_margin"
  7.    android:paddingLeft="@dimen/activity_horizontal_margin"
  8.    android:paddingRight="@dimen/activity_horizontal_margin"
  9.    android:paddingTop="@dimen/activity_vertical_margin"
  10.    tools:context="com.example.guip.MainActivity$PlaceholderFragment" >
  11.  
  12.     <TableRow>
  13.  
  14.         <Button
  15.            android:id="@+id/button10"
  16.            android:layout_width="fill_parent"
  17.            android:layout_height="fill_parent"
  18.            android:text="Button" />
  19.     </TableRow>
  20.             <TableRow>
  21.         <TextView
  22.            android:id="@+id/textView1"
  23.            android:layout_width="wrap_content"
  24.            android:layout_height="wrap_content"
  25.            android:text="@string/hello_world" />
  26.     </TableRow>
  27.  
  28.     <TableRow>
  29.  
  30.         <Button
  31.            android:id="@+id/button9"
  32.            android:layout_width="fill_parent"
  33.            android:layout_height="fill_parent"
  34.            android:text="Button" />
  35.     </TableRow>
  36.    
  37.         <TableRow>
  38.         <Button
  39.            android:id="@+id/button2"
  40.            android:layout_width="wrap_content"
  41.            android:layout_height="wrap_content"
  42.            android:layout_marginTop="26dp"
  43.            android:text="Button" />
  44.  
  45.         <Button
  46.            android:id="@+id/button3"
  47.            android:layout_width="wrap_content"
  48.            android:layout_height="wrap_content"
  49.            android:layout_marginTop="28dp"
  50.            android:text="Button" />
  51.  
  52.         <Button
  53.            android:id="@+id/button4"
  54.            android:layout_width="wrap_content"
  55.            android:layout_height="wrap_content"
  56.            android:layout_marginTop="50dp"
  57.            android:text="Button" />
  58.     </TableRow>
  59.  
  60.     <TableRow>
  61.  
  62.         <Button
  63.            android:id="@+id/button7"
  64.            android:layout_width="wrap_content"
  65.            android:layout_height="wrap_content"
  66.            android:layout_marginTop="21dp"
  67.            android:text="Button" />
  68.  
  69.         <Button
  70.            android:id="@+id/button8"
  71.            android:layout_width="wrap_content"
  72.            android:layout_height="wrap_content"
  73.            android:layout_marginRight="21dp"
  74.            android:text="Button" />
  75.  
  76.         <Button
  77.            android:id="@+id/button6"
  78.            android:layout_width="wrap_content"
  79.            android:layout_height="wrap_content"
  80.            android:text="Natpis" />
  81.     </TableRow>
  82.  
  83.     <TableRow>
  84.  
  85.         <Button
  86.            android:id="@+id/button1"
  87.            android:layout_width="wrap_content"
  88.            android:layout_height="wrap_content"
  89.            android:text="Button" />
  90.  
  91.         <Button
  92.            android:id="@+id/button5"
  93.            android:layout_width="wrap_content"
  94.            android:layout_height="wrap_content"
  95.            android:layout_marginLeft="51dp"
  96.            android:layout_marginTop="22dp"
  97.            android:text="Natpis2" />
  98.     </TableRow>
  99.  
  100. </TableLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement