Hi MarcoRome, thank you very much for your answer!
I'm not sure I understood the link you've referred.
I have a XML Layout file that sets styles for specific type of views. Like this:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ImageView
android:id="@+id/test_backimage"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/my_dark_bg" >
</ImageView>
So, that layout affects an ImageView named test_backimage. The code in the post you've referred sets whole theme items?
Thank you very much!