android-openrat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b24a0188832dcb1e3efd42a4be0abc0d3b935335
parent 96668b47995ae39f7c18b66639c73de6ccb7f590
Author: dankert <devnull@localhost>
Date:   Thu, 27 Oct 2011 20:55:00 +0200

Unnötige Datei entfernt.

Diffstat:
res/layout/listing_pageelement.xml | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/res/layout/listing_pageelement.xml b/res/layout/listing_pageelement.xml @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="horizontal" android:layout_width="fill_parent" - android:layout_height="fill_parent" android:padding="5sp"> - - <TextView android:layout_width="wrap_content" - android:layout_height="wrap_content" android:id="@+id/name" - android:textSize="18sp"></TextView> - -</LinearLayout>