Customize theme's colors Dankers August 08, 2016 Last example show how to Apply Material Theme (with default color) to Activity . The video show how to further custom the theme colors. Edi... Read more »
Apply Material Theme to Activity Dankers July 28, 2016 This video show how to apply Android provided Material Theme to your Activity. - Edit values/styles.xml to add a new style inherits from And... Read more »
elevation effect of overlapped view Dankers July 08, 2016 This example show how elevation effect of overlapped view. package com.blogspot.android_er.androidzelevation; import android.os.Build; impor... Read more »
Change elevation at run-time, by calling setZ() Dankers July 05, 2016 This example show how to change elevation of ImageView programmatically, by calling setZ(). <?xml version="1.0" encoding="... Read more »
Example of applying android:elevation on ImageView Dankers July 05, 2016 Example to apply android:elevation on ImageView. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:and... Read more »
BottomSheetDialog example Dankers June 14, 2016 The former post show a example of " Implement BottomSheet of Android Design Support Library ". This post show a BottomSheetDialog ... Read more »
Sets the height of collapsed bottom sheet, by calling setPeekHeight() method Dankers June 10, 2016 In lasp example of BottomSheet , I implement a OnClickListener of background to expand and collapse the bottom sheet. Without this, user can... Read more »
Implement BottomSheet of Android Design Support Library Dankers June 08, 2016 BottomSheet run on API 19 BottomSheet run on API 23 With the help from the Android Design Support Library , you can implement a number of im... Read more »