Answer the question
In order to leave comments, you need to log in
Why are some of the styles not being applied programmatically in Android?
Created style:
<style name="albums_content_container">
<item name="android:numColumns">3</item>
<item name="android:background">#ff0000</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:scrollbars">none</item>
<item name="android:overScrollMode">never</item>
</style>
new GridView(context, null, R.style.albums_content_container);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question