Create a basic tabbed settings activity

Tabs: Apps, Theme, Launcher
This commit is contained in:
Finn M Glas 2020-05-21 07:35:09 +02:00
parent 75af3f2866
commit abd7a44874
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 126 additions and 305 deletions

View file

@ -0,0 +1,6 @@
<resources>
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
<dimen name="activity_horizontal_margin">64dp</dimen>
</resources>