Skip to content Skip to sidebar Skip to footer
Showing posts with the label Icons

Custom Appcompat Theme Not Changing Overflow Icon On Older Devices

Recently I decided to change the Action Overflow Icon on my app. I got it working on Lollipop devic… Read more Custom Appcompat Theme Not Changing Overflow Icon On Older Devices

Android | Bookmark Icons On Homescreen

bookmark and add to my homescreen 60x60 icon does not apprear. Make Size: 60x60 pixels. tried 8… Read more Android | Bookmark Icons On Homescreen

Custom Res Screens And Res Icons Get Replaced With Default Cordova Screen And Icon

I'm using Visual Studio tools for Apache Cordova. I've tested the CLI 6.4.0 and unfortunate… Read more Custom Res Screens And Res Icons Get Replaced With Default Cordova Screen And Icon

Retrieving Xhdpi App Icons From Packagemanager?

I have an activity in my app wherein a ListView of all installed apps is generated. In addition to … Read more Retrieving Xhdpi App Icons From Packagemanager?

Hide Application Launcher Icon In Title Bar When Activity Starts In Android

I've searched SO but not found similar questions as I'm not sure how to phase it in a sente… Read more Hide Application Launcher Icon In Title Bar When Activity Starts In Android

Cannot Replace Default Icon In Android Studio

The image I am trying to replace the default icon with is 512x512px .png. To change the icon I go a… Read more Cannot Replace Default Icon In Android Studio

What Are The Sizes Of The Icons In Android Notifications Action-buttons?

In expandable Notifications: what dimensions (in dp) should the icons have? Like the Icons for Snoo… Read more What Are The Sizes Of The Icons In Android Notifications Action-buttons?

Android Studio Launcher Icon Is Black

I made an image in photoshop for my application, but when I go to add a new Image Asset, the icon i… Read more Android Studio Launcher Icon Is Black

Website Bookmark/ Shortcut Icon For Android Help. Cant Get Passed Standard Ribbon Icon

I have a website with a mobile version and I am trying to get it so that when someone chooses to Bo… Read more Website Bookmark/ Shortcut Icon For Android Help. Cant Get Passed Standard Ribbon Icon

Android Shortcut Bitmap Launcher Icon Size

I have problems to find out the correct launcher icon size for my shortcut. On my Nexus 7.2 the val… Read more Android Shortcut Bitmap Launcher Icon Size

How To Add App Launcher Icon To Homescreen On Android Oreo(8.0)?

I am making an android app on Android 8.0. I have read develop doc of shortcut changed before at U… Read more How To Add App Launcher Icon To Homescreen On Android Oreo(8.0)?

Android App Icon Size Too Small

I am working on a test android app. The problem I am having is that the app icon is very very small… Read more Android App Icon Size Too Small

How To Increase Icon Size Of Actionbutton In Sherlockactionbar?

To define the actionButton and set its icon, I would: Solution 1: First of all I suggest you to tr… Read more How To Increase Icon Size Of Actionbutton In Sherlockactionbar?

How To Create An Android Application That Support And Run Perfect All Screen Size Mobile Device And Tablets?

Here I develop one application which has menu screen with 8 icons on that screen, i have two sets o… Read more How To Create An Android Application That Support And Run Perfect All Screen Size Mobile Device And Tablets?

Android Menu Item With Both Icon And Text Together When Showasaction Is Never

Hi, how can I make my menu items have icons as well when showAsAction is never ? Solution 1: Use a… Read more Android Menu Item With Both Icon And Text Together When Showasaction Is Never

How To Add App Launcher Icon To Homescreen On Android Oreo(8.0)?

I am making an android app on Android 8.0. I have read develop doc of shortcut changed before at U… Read more How To Add App Launcher Icon To Homescreen On Android Oreo(8.0)?

Android - How To Execute Main Functionality Of Project Only By Clicking On The Icon Of Application?

I am making an app and required to execute its main functionality only by clicking on its icon. In … Read more Android - How To Execute Main Functionality Of Project Only By Clicking On The Icon Of Application?

How To Preview R.drawable.* Images

Android framework has variety of icons and images - accessible as R.drawable.* - that can be used b… Read more How To Preview R.drawable.* Images

Android Notification Displays Wrong Icon

I have a static Array with Icon ids: public static final int[][] ICON_IDS = { {R.drawable.ic_access… Read more Android Notification Displays Wrong Icon

Can BitmapFactory.decodeFile Handle .ICO (Windows Icons) Files?

I am working on Android. Trying to display the 'favicon' (aka 'shortcut icon') or w… Read more Can BitmapFactory.decodeFile Handle .ICO (Windows Icons) Files?