project_files/Android-build/SDL-android-project/res/layout/download_info.xml
changeset 6433 c8e4b3f29e1e
parent 6350 41b0a9955c47
equal deleted inserted replaced
6432:ffb18b44415d 6433:c8e4b3f29e1e
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:layout_width="match_parent"
     3     android:layout_width="fill_parent"
     4     android:layout_height="match_parent"
     4     android:layout_height="fill_parent"
     5     android:orientation="horizontal"
     5     android:orientation="horizontal"
     6     android:gravity="center_vertical">
     6     android:gravity="center_vertical">
     7     <ImageView
     7     <ImageView
     8         android:id="@+id/arrow"
     8         android:id="@+id/arrow"
     9         android:layout_width="match_parent"
     9         android:layout_width="fill_parent"
    10         android:layout_height="wrap_content"
    10         android:layout_height="wrap_content"
    11         android:layout_weight="8"
    11         android:layout_weight="8"
    12         android:src="@drawable/arrow"
    12         android:src="@drawable/arrow"
    13         android:adjustViewBounds="true"/>
    13         android:adjustViewBounds="true"/>
    14     
    14     
    15     <RelativeLayout
    15     <RelativeLayout
    16         android:id="@+id/container"
    16         android:id="@+id/container"
    17         android:layout_width="match_parent"
    17         android:layout_width="fill_parent"
    18         android:layout_height="match_parent"
    18         android:layout_height="fill_parent"
    19         android:layout_weight="1"
    19         android:layout_weight="1"
    20         android:gravity="center"
    20         android:gravity="center"
    21         android:background="@drawable/box_dark">        
    21         android:background="@drawable/box_dark">        
    22         <TextView
    22         <TextView
    23             android:id="@+id/text"
    23             android:id="@+id/text"