java - Android Theme Style Programatically -
after watching video got idea designing own popup boxes
the pain need add theme style in xml,
set theme in manifest
add in java activity
so searching if there way modify themes programmatically instead of putting in xml.
can copy single java file projects instead of adding in 3 places.
<style name="apptheme.msgboxsreen" parent="android:theme.light.notitlebar" > <item name="android:windowisfloating">true</item> <item name="android:windowcloseontouchoutside">true</item> </style> there settheme(r.style. msgboxsreen) option , nothing else
kindly me programmatically.
i sure there must way.
Comments
Post a Comment