aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/sample_app/src/main/res/values/strings.xml
blob: f9ec6a069a30e3d7f7c7388612f448bfeea87494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Skia Samples</string>
    <string name="overview">Overview</string>
    <string name="toggle_rendering">Toggle Rendering</string>
    <string name="slideshow">Slideshow</string>
    <string name="fps">FPS</string>
    <string name="tiling">Toggle Tiling</string>
    <string name="bbox">Toggle SKP BBox</string>
    <string name="save_to_pdf">Save to PDF</string>
    <string name="pdf_save_info">View saved as PDF to directory \"/sdcard\"</string>
    <string name="glcontext_menu">Set OpenGL Context Type</string>
    <string name="glcontext_opengles">OpenGL ES</string>
    <string name="glcontext_msaa4_opengles">OpenGL ES, MSAA4</string>
    <string name="glcontext_opengl">OpenGL</string>
    <string name="glcontext_msaa4_opengl">OpenGL, MSAA4</string>
</resources>