79425655

Date: 2025-02-09 20:39:21
Score: 1
Natty:
Report link

I think I found the answer. In the <application/> tag of my AndroidManifest.xml file I previously had android:supportsRtl="true", when what I should have had was android:supportsRtl="false". After changing this all the screenshots look as expected, so hopefully this was the problem. I never thought of this property as being related to layout, I thought it only applied to text, but I guess it applies to general layout (like GridLayout) as well. Hopefully this can help others as well. Good Luck!

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nathan Sokalski