Translucent Theme for Actionbar

Conflicts:

	src/org/wikimedia/commons/CommonsApplication.java
This commit is contained in:
Isaac John Wesley 2012-10-07 14:58:00 +05:30 committed by YuviPanda
parent 650095c64f
commit 297d7226d6
8 changed files with 98 additions and 10 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:angle="90" android:startColor="#60ffffff" android:endColor="#40ffffff"/>
</shape>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#70000000"
android:endColor="#00000000"
android:angle="270"
>
</gradient>
</shape>