mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Mavenized (almost) everything - Transcode feature removed
This commit is contained in:
parent
0a493dc8a1
commit
3a313f3fb3
444 changed files with 1703 additions and 34416 deletions
10
commons/res/drawable/share_overlay_background_gradient.xml
Normal file
10
commons/res/drawable/share_overlay_background_gradient.xml
Normal file
|
|
@ -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