<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="fill_parent"
android:layout_height="74.66dp"
android:orientation="horizontal">"
<com.tempos21.market.ui.view.listApps.AppsModeView
android:id="@+id/appsModeView"
android:layout_width="104dp"
android:layout_height="38.66dp"
android:layout_marginTop="16.66dp" android:layout_marginBottom="18dp" android:layout_marginLeft="16.66dp">
</com.tempos21.market.ui.view.listApps.AppsModeView>
<ImageView
android:id="@+id/imageView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/logo_small" android:layout_gravity="center" android:scaleType="fitEnd" android:layout_marginRight="20dp"/>
</LinearLayout>
<RelativeLayout
android:id="@+id/relativeLayout1"
android:layout_width="match_parent"
android:layout_height="43.66dp" android:background="@drawable/bg_countries" android:layout_marginBottom="18dp">
<Gallery
android:id="@+id/countryList"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fadeScrollbars="false"
android:fadingEdge="horizontal"
android:fadingEdgeLength="30dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:scrollbarAlwaysDrawHorizontalTrack="false" />
<ProgressBar
android:id="@+id/countryProgress"
style="?android:attr/progressBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:indeterminate="true" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/arrow_slide_left" android:layout_centerVertical="true" android:layout_marginLeft="5dp"/>
<ImageView
android:id="@+id/ImageView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/arrow_slider_right" android:layout_centerVertical="true" android:layout_marginRight="5dp" android:layout_alignParentRight="true"/>
</RelativeLayout>
<com.tempos21.market.ui.view.listApps.ListAppsView
android:id="@+id/listAppsViews"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="17dp"
android:layout_marginRight="17dp">
</com.tempos21.market.ui.view.listApps.ListAppsView>
</LinearLayout>