Skip to content

Instantly share code, notes, and snippets.

View akshay-paliwal-rtpl's full-sized avatar
💭
Android Always

Akshay Paliwal akshay-paliwal-rtpl

💭
Android Always
  • Ranosys Technologies
  • Jaipur, India
View GitHub Profile
@arvkmr
arvkmr / Round_white_button_drop_shadow.xml
Last active December 7, 2020 11:25
Android round white button with drop shadow
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<layer-list>
<item>
<shape android:shape="oval">
<gradient
android:startColor="#FF000000"
android:endColor="#00000000"