android-ibc-forum

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

commit c36efb8f4f688cf45cf4ce01e4a67b015c8aedf0
parent 5b7b6827c80bcbe0f8a6f438ab21b1f4f2482adc
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 10 Oct 2012 23:57:30 +0200

Fix: Vergessen einzuchecken ;)

Diffstat:
res/drawable/rounded.xml | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/res/drawable/rounded.xml b/res/drawable/rounded.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + + <!-- A stroke line for the shape --> + <stroke android:width="1dp" android:color="@color/ibcborder" /> + + <!-- A solid color to fill the shape --> + <solid android:color="@color/ibcgrey" /> + + <!-- + <gradient android:startColor="@color/ibcgrey" + android:endColor="@color/ibcgrey2" android:angle="225"/> + --> + + <!-- Creates rounded corners for the shape --> + <corners android:radius="10dip" /> + + <!-- Padding to apply to the containing View element --> + <padding android:left="3dp" android:top="3dp" android:right="3dp" + android:bottom="3dp" /> +</shape>+ \ No newline at end of file