Commit e5f7a1a2afa9263935c52d488b7f64fa80328d7a

Authored by Imanol-Mikel Barba Sabariego
1 parent b432d3a7

--no commit message

gen/com/upc/pbe/upcnews/R.java
@@ -25,9 +25,9 @@ public final class R { @@ -25,9 +25,9 @@ public final class R {
25 public static final int startbuttontoggle=0x7f020005; 25 public static final int startbuttontoggle=0x7f020005;
26 } 26 }
27 public static final class id { 27 public static final class id {
  28 + public static final int AbsoluteLayout1=0x7f0a0006;
28 public static final int LinearLayout1=0x7f0a0001; 29 public static final int LinearLayout1=0x7f0a0001;
29 - public static final int RelativeLayout1=0x7f0a0006;  
30 - public static final int button=0x7f0a0007; 30 + public static final int button=0x7f0a0008;
31 public static final int itemhelp=0x7f0a000c; 31 public static final int itemhelp=0x7f0a000c;
32 public static final int itemprefs=0x7f0a000b; 32 public static final int itemprefs=0x7f0a000b;
33 public static final int listView1=0x7f0a0003; 33 public static final int listView1=0x7f0a0003;
@@ -36,7 +36,7 @@ public final class R { @@ -36,7 +36,7 @@ public final class R {
36 public static final int textView1=0x7f0a0004; 36 public static final int textView1=0x7f0a0004;
37 public static final int textView2=0x7f0a0005; 37 public static final int textView2=0x7f0a0005;
38 public static final int textViewTitle=0x7f0a0002; 38 public static final int textViewTitle=0x7f0a0002;
39 - public static final int textViewXml=0x7f0a0008; 39 + public static final int textViewXml=0x7f0a0007;
40 public static final int videoView1=0x7f0a0000; 40 public static final int videoView1=0x7f0a0000;
41 } 41 }
42 public static final class layout { 42 public static final class layout {
res/layout/main_activity.xml
1 -<?xml version="1.0" encoding="utf-8"?>  
2 -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"  
3 - xmlns:tools="http://schemas.android.com/tools"  
4 - android:id="@+id/RelativeLayout1"  
5 - android:layout_width="fill_parent"  
6 - android:layout_height="fill_parent"  
7 - android:background="@color/backgroundmain"  
8 - android:focusable="true"  
9 - android:focusableInTouchMode="true"  
10 - tools:ignore="Deprecated" >  
11 -  
12 - <ImageButton  
13 - android:id="@+id/button"  
14 - android:layout_width="256dp"  
15 - android:layout_height="256dp"  
16 - android:layout_centerHorizontal="true"  
17 - android:layout_centerVertical="true"  
18 - android:background="@drawable/startbuttontoggle"  
19 - android:contentDescription="@string/startbuttondescription"  
20 - android:focusableInTouchMode="true" />  
21 -  
22 - <TextView  
23 - android:id="@+id/textViewXml"  
24 - android:layout_width="wrap_content"  
25 - android:layout_height="wrap_content"  
26 - android:layout_alignParentBottom="true"  
27 - android:layout_centerHorizontal="true"  
28 - android:layout_marginBottom="51dp"  
29 - android:gravity="clip_vertical"  
30 - android:hint="@string/hint"  
31 - android:scrollbarStyle="insideInset"  
32 - android:scrollbars="vertical" />  
33 -  
34 -</RelativeLayout>  
35 \ No newline at end of file 1 \ No newline at end of file
  2 +<?xml version="1.0" encoding="utf-8"?>
  3 +<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4 + xmlns:tools="http://schemas.android.com/tools"
  5 + android:id="@+id/AbsoluteLayout1"
  6 + android:layout_width="fill_parent"
  7 + android:layout_height="fill_parent"
  8 + android:background="@color/backgroundmain"
  9 + android:focusable="true"
  10 + android:focusableInTouchMode="true"
  11 + tools:ignore="Deprecated" >
  12 +
  13 + <TextView
  14 + android:id="@+id/textViewXml"
  15 + android:layout_width="wrap_content"
  16 + android:layout_height="wrap_content"
  17 + android:layout_x="38dp"
  18 + android:layout_y="423dp"
  19 + android:gravity="clip_vertical"
  20 + android:hint="@string/hint"
  21 + android:scrollbarStyle="insideInset"
  22 + android:scrollbars="vertical" />
  23 +
  24 + <ImageButton
  25 + android:id="@+id/button"
  26 + android:layout_width="256dp"
  27 + android:layout_height="256dp"
  28 + android:layout_x="33dp"
  29 + android:layout_y="74dp"
  30 + android:background="@drawable/startbuttontoggle"
  31 + android:contentDescription="@string/startbuttondescription"
  32 + android:focusableInTouchMode="false" />
  33 +
  34 +</AbsoluteLayout>
36 \ No newline at end of file 35 \ No newline at end of file