How to change color of the back arrow in the new material theme?
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 … Read more
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 … Read more
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, … Read more
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 … Read more
I am using appcompat v7 to get the look consistent on Android 5 and less. It works rather well. However I cannot figure … Read more
I’m trying to figure out the right way to use a custom font for the toolbar title, and center it in the toolbar … Read more
In my app “Tide Now WA” which I recently tested for compatibility using the new Nexus 9 tablet (Lollipop – API 21). It … Read more
I am having this issue where I am using the Android’s Holo theme on a tablet project. However, I have a fragment on … Read more