aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/layout-sw600dp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: address new databinding requirementsHarsh Shandilya2020-05-291-0/+1
| | | | | | | | | | Layouts in differing configurations must agree on their root tags, so we give both copies of main_activity the same root ID, and adjust the check for two-pane layout to simply test for nullability. This also changes the inset dispatch code to use ViewCompat and WindowInsetsCompat since they will adjust insets based on the SDK level allowing us to abstract away that concern. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* xml: cleanupJason A. Donenfeld2020-03-261-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rename app module to uiHarsh Shandilya2020-03-091-0/+31
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>