mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Translucent Theme for Actionbar
Conflicts: src/org/wikimedia/commons/CommonsApplication.java
This commit is contained in:
parent
650095c64f
commit
297d7226d6
8 changed files with 98 additions and 10 deletions
4
res/drawable/action_bar_translucent.xml
Normal file
4
res/drawable/action_bar_translucent.xml
Normal 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>
|
||||
10
res/drawable/actionbar_top_shadow.xml
Normal file
10
res/drawable/actionbar_top_shadow.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue