Show title on trending searches.

This commit is contained in:
Alex Ning
2021-07-18 22:39:00 +08:00
parent 00917fc1c1
commit f77ba0ef23
4 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:startColor="#323232"
android:endColor="@android:color/transparent"
android:angle="90"
android:type="linear"
android:useLevel="true" />
</shape>