summaryrefslogtreecommitdiff
path: root/Source/Android/code-style-java.jar
diff options
context:
space:
mode:
authorMike Harris <atarimike@gmail.com>2017-10-03 23:25:38 -0700
committerMike Harris <atarimike@gmail.com>2017-10-15 16:44:56 -0700
commit9fb0d9a664066adf494a40812ad98a954fe94ffc (patch)
treec38484e5d0e72c171ee10a11940d5268d3e04a4a /Source/Android/code-style-java.jar
parent9407d9ee0b4deca4ded47ee7528ecaccee2c63e0 (diff)
Move all Activities and Fragments to the support library versions.
In the support lib, the code comes from the SDK, not the device like the framework version. This means we're shipping a more recent and less buggy version. It's also a good idea to keep the entire project on one version. We have a bit of a mix now. I think some of the Fragment animation issues were because of this mixing. For the leanback activities, AppCompatActivity requires AppCompat themes, which they don't ship for Theme.Leanback. So use FragmentActivity instead (that's the parent of AppCompatActivity, but still in the support library). For passed around Activities, use FragmentActivity to work with both.
Diffstat (limited to 'Source/Android/code-style-java.jar')
0 files changed, 0 insertions, 0 deletions