Making sure the path activity renders well o n small screens (#1061)
* Making sure the path activity renders well o n small screens * Tweaked the function * Removed commented codepull/1713/head
parent
8d8def5321
commit
6a7e0f7885
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:centerY="0.75"
|
||||
android:centerColor="#00000000"
|
||||
android:endColor="?colorPrimary"
|
||||
android:angle="270" />
|
||||
|
||||
</shape>
|
Loading…
Reference in New Issue