Subversion Repository Public Repository

artic

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
<TabHost
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/tabhost"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <FrameLayout
            android:id="@android:id/tabcontent"
            android:layout_width="0dp"
            android:layout_height="0dp"
            android:layout_weight="0"
            android:background="#CCCCCC"/>

        <android.support.v4.view.ViewPager
            android:id="@+id/pager"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"/>
        
        <TabWidget
            android:id="@android:id/tabs"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0"
            android:orientation="horizontal"
            android:background="#555555"/>
	<LinearLayout
       android:layout_width="match_parent"
       android:layout_height="18dp"
       android:orientation="horizontal"
       android:background="#555555" >
       <TextView
           android:layout_width="0dp"
           android:layout_height="match_parent"
           android:layout_weight="33"
           android:textColor="#FFFFFF"
           android:gravity="center"
           android:text="@string/download"/>
       <TextView
           android:layout_width="0dp"
           android:layout_height="match_parent"
           android:layout_weight="33"
           android:textColor="#FFFFFF"
           android:gravity="center"
           android:text="@string/catalogs"/>
       <TextView
           android:layout_width="0dp"
           android:layout_height="match_parent"
           android:layout_weight="33"
           android:textColor="#FFFFFF"
           android:gravity="center"
           android:text="@string/help"/>
    </LinearLayout>
    </LinearLayout>
</TabHost>

Commits for artic/ARTIC/res/layout/activity_main.xml

Diff revisions: vs.
Revision Author Commited Message
3 CESAR-AIJU picture CESAR-AIJU Tue 01 Mar, 2016 17:50:10 +0000

Subiendo Proyecto Artic