Download this file

country_apps.xml    76 lines (62 with data), 3.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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>