Created
March 2, 2018 12:34
-
-
Save sharifulislam52/130ad2db4ffd8ca94afa137a76973573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<shape xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="rectangle"> | |
<gradient | |
android:angle="135" | |
android:centerColor="#009688" | |
android:endColor="#00695C" | |
android:startColor="#4DB6AC" | |
android:type="linear" /> | |
</shape> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- add bellow attribute into view for gradient background --> | |
android:background="@drawable/Android_Drawable_Color_Gradient" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment