How to get Holo Light theme working in my Xamarin application

前端 未结 2 643
故里飘歌
故里飘歌 2021-02-06 11:24

I\'m trying to get my app to use the Holo.Light theme. I\'ve created a custom theme for Holo and put it in

Resourses\\values-v11\\FsmTheme.xml

2条回答
  •  隐瞒了意图╮
    2021-02-06 11:51

    The breakdown is on this line.

    
    

    Some of the tutorials out there show

    Theme="@style/ThemeName"
    

    but you should actually structure it the same as the rest of the element

    android:theme="@style/ThemeName"
    

    So the final structure will read

    
    

提交回复
热议问题