Android Samples: add Fragment example (#796)

This commit is contained in:
Meibes
2020-12-19 12:06:46 +01:00
committed by Emux
parent 1c18221f05
commit 1bc1d88464
9 changed files with 246 additions and 2 deletions

View File

@@ -28,5 +28,7 @@
<string name="warning">Warning</string>
<string name="startup_message_mbtiles">To run this sample activity, you need an MBTiles database installed on storage.\n\nadb push %s %s</string>
<string name="exit">Exit</string>
<string name="replace_fragment">Replace fragment</string>
<string name="empty_fragment_text">This is a fragment to test the back stack behaviour of the map fragment.</string>
</resources>