Recent content by Pradeepkumar Reddy

  1. P

    how to increase the size of icon inside floating action button ??

    how to increase the size of icon inside floating action button ???????? I'm trying to put plus icon inside floating action button. I have tried with 48dp, 72dp, 96dp icons, but still the icon is looking too small.
  2. P

    how to create custom tabs with custom tab indicator using tab layout

    i'm trying to create custom tabs using tablayout. The following layout includes tablayout :- <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" xmlns:android="http://schemas.android.com/apk/res/android"...
  3. P

    how to properly handle recycling of views properly in grid view.

    i'm trying to implement a custom gallery using gridView. gridView recycling views is creating problem. if i select an image and scroll down, some other images are selected. how to solve this problem. how to properly handle recycling of views and restore the state of existing views when the...