android-ibc-forum

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

commit 1484ef81112393af4341af2e54896d553dc7725b
parent 9dfcd2809d0bd4b0695bd938e123d7b86da34571
Author: Jan Dankert <devnull@localhost>
Date:   Sat,  4 Feb 2012 02:18:48 +0100

Größerer Text.

Diffstat:
res/layout/rss_item.xml | 4++--
res/values/ibc.xml | 5+++++
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/res/layout/rss_item.xml b/res/layout/rss_item.xml @@ -9,10 +9,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/item_date" - style="@style/normalText"></TextView> + style="@style/infoText"></TextView> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/item_name" - style="@style/normalText" android:gravity="right"></TextView> + style="@style/infoText" android:gravity="right"></TextView> </LinearLayout> <TextView android:text="@+id/TextView03" android:layout_width="fill_parent" diff --git a/res/values/ibc.xml b/res/values/ibc.xml @@ -36,6 +36,11 @@ <item name="android:textSize">16sp</item> <item name="android:textColor">#000000</item> </style> + <style name="infoText"> + <item name="android:background">#E3E3E3</item> + <item name="android:textSize">13sp</item> + <item name="android:textColor">#000000</item> + </style> <style name="titleText"> <item name="android:background">#E3E3E3</item> <item name="android:textSize">20sp</item>