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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
         android:orientation="vertical"
         android:layout_width="match_parent"
         android:layout_height="match_parent">

    <LinearLayout
       android:layout_width="match_parent"
        android:layout_height="48dp"
        android:orientation="horizontal"
        android:background="#555555" >

       <ImageView
		android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:contentDescription="@string/logo"
        android:src="@drawable/barlogo"
        android:layout_gravity="center_vertical"
     	/>

       <Button
    	android:id="@+id/deleteButton"
    	android:layout_width="wrap_content"
    	android:layout_height="40dp"
    	android:text="@string/edit"
    	android:layout_gravity="center_vertical"/>
    </LinearLayout>

	<ListView android:id="@id/android:list"
	      android:layout_width="match_parent"
	      android:layout_height="0dp"
	      android:layout_weight="1"
	      android:drawSelectorOnTop="false"/>
	
	<TextView android:id="@id/android:empty"
	         android:layout_width="match_parent"
	         android:layout_height="match_parent"
	         android:text="@string/no_data"/>
</LinearLayout>

Commits for artic/ARTIC/res/layout/fragment_downloaded.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