smooth transition between LiveStreamPlayerActivity opening
MoreHomeActivity creation Blogs api integration
This commit is contained in:
10
app/src/main/res/drawable/ic_more_up.xml
Normal file
10
app/src/main/res/drawable/ic_more_up.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="25dp"
|
||||
android:height="25dp"
|
||||
android:viewportWidth="25"
|
||||
android:viewportHeight="25">
|
||||
<path
|
||||
android:pathData="M12.5,25C5.602,25 0,19.397 0,12.5C0,5.602 5.602,0 12.5,0C19.397,0 25,5.602 25,12.5C25,19.397 19.397,25 12.5,25ZM12.5,23.913C18.809,23.913 23.913,18.809 23.913,12.5C23.913,6.191 18.809,1.087 12.5,1.087C6.191,1.087 1.087,6.191 1.087,12.5C1.087,18.809 6.191,23.913 12.5,23.913ZM6.946,14.674C6.968,14.68 6.991,14.687 7.014,14.691C7.18,14.704 7.343,14.642 7.456,14.521L12.5,9.477L17.544,14.521C17.761,14.738 18.109,14.738 18.325,14.521C18.542,14.304 18.542,13.956 18.325,13.74L12.891,8.305C12.789,8.199 12.646,8.139 12.5,8.139C12.354,8.139 12.211,8.199 12.109,8.305L6.675,13.74C6.524,13.88 6.464,14.092 6.522,14.292C6.579,14.489 6.743,14.638 6.946,14.674Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
6
app/src/main/res/drawable/round_bg_5.xml
Normal file
6
app/src/main/res/drawable/round_bg_5.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<corners android:radius="5dp"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user