Changes in res/layout/main.xml [7f84c20:d936b97] in galcon-client


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • res/layout/main.xml

    r7f84c20 rd936b97  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3    android:orientation="vertical"
    34    android:layout_width="fill_parent"
    4     android:layout_height="fill_parent">
    5    
    6     <com.example.helloandroid.GameView
    7       android:id="@+id/lunar"
    8       android:layout_width="fill_parent"
    9       android:layout_height="fill_parent"/>
    10    
    11     <RelativeLayout
    12         android:layout_width="fill_parent"
    13         android:layout_height="fill_parent" >
    14         <TextView
    15           android:id="@+id/text"
    16                   android:text="@string/lunar_layout_text_text"
    17                   android:visibility="visible"
    18           android:layout_width="wrap_content"
    19           android:layout_height="wrap_content"
    20           android:layout_centerInParent="true"
    21           android:gravity="center_horizontal"
    22           android:textColor="#88ffffff"
    23           android:textSize="24sp"/>
    24      </RelativeLayout>
    25          
    26 </FrameLayout>
     5    android:layout_height="fill_parent"
     6    >
     7<TextView 
     8    android:layout_width="fill_parent"
     9    android:layout_height="wrap_content"
     10    android:text="@string/hello"
     11    />
     12</LinearLayout>
Note: See TracChangeset for help on using the changeset viewer.