I’ve updated my SDK to API 21 and now the back/up icon is a black arrow pointing to the left. I would like it to be grey. How can...
I’m trying to use the TextView constructor with style like this: TextView myText = new TextView(MyActivity.this, null, R.style.my_style); However, when I do this, the text view does not appear...
Details: I’m extending ActionBarActivity. Eclipse and SDK fully patched as of 2011-11-06. <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14" /> Deployed to Samsung device with Android 2.3.3 Application has android:theme="@android:style/Theme.Light" Issue: application is...
I am using appcompat v7 to get the look consistent on Android 5 and less. It works rather well. However I cannot figure out how to change the bottom...
I’m trying to figure out the right way to use a custom font for the toolbar title, and center it in the toolbar (client requirement). At the moment, i’m...
In my app “Tide Now WA” which I recently tested for compatibility using the new Nexus 9 tablet (Lollipop – API 21). It writes some button text. This app...
I am having this issue where I am using the Android’s Holo theme on a tablet project. However, I have a fragment on screen which has a white background....