mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Merge "commons" into the project root directory
This commit is contained in:
parent
d42db0612e
commit
b4231bbfdc
324 changed files with 22 additions and 23 deletions
4
app/src/main/res/drawable/action_bar_translucent.xml
Normal file
4
app/src/main/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
app/src/main/res/drawable/actionbar_top_shadow.xml
Normal file
10
app/src/main/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>
|
||||
BIN
app/src/main/res/drawable/ic_download.png
Normal file
BIN
app/src/main/res/drawable/ic_download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
10
app/src/main/res/drawable/media_info_shadow.xml
Normal file
10
app/src/main/res/drawable/media_info_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="#00000000"
|
||||
android:endColor="#ff000000"
|
||||
android:angle="270"
|
||||
>
|
||||
</gradient>
|
||||
</shape>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#ffffffff"
|
||||
android:endColor="#f4f4f4ff"
|
||||
android:type="linear"
|
||||
/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue